trevors_chip8_toy/.idea/workspace.xml

520 lines
31 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="ALL" />
</component>
<component name="CargoProjects">
<cargoProject FILE="$PROJECT_DIR$/Cargo.toml" />
</component>
<component name="ChangeListManager">
<list default="true" id="8b5adad6-6758-4324-bcad-4fdc11e35fe6" name="Changes" comment="CLEANUP: cleans up dependencies to use workspace version&#10;CLEANUP: standardizes on pretty_env_logger&#10;NEWBIN: Adds gemmarat to use Ratatui as an interface&#10;CLEANUP: removes debugging display from computer.rs&#10;ENHANCEMENT: Constants for locations of test roms built from environment&#10;BUGFIX: SoundTimer was using i32 internally when it needs to be u8&#10;CLEANUP: removes commented code used during diagnostics">
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Cargo.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Cargo.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Cargo.toml" beforeDir="false" afterPath="$PROJECT_DIR$/Cargo.toml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gemma/Cargo.toml" beforeDir="false" afterPath="$PROJECT_DIR$/gemma/Cargo.toml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gemma/tests/computer_tests.rs" beforeDir="false" afterPath="$PROJECT_DIR$/gemma/tests/computer_tests.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gemma/tests/state_tests.rs" beforeDir="false" afterPath="$PROJECT_DIR$/gemma/tests/state_tests.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gemma/tests/test_utils.rs" beforeDir="false" afterPath="$PROJECT_DIR$/gemma/tests/test_utils.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gemma/tests/unit_tests.rs" beforeDir="false" afterPath="$PROJECT_DIR$/gemma/tests/unit_tests.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gemmarat/src/bin/gemmarat.rs" beforeDir="false" afterPath="$PROJECT_DIR$/gemmarat/src/bin/gemmarat.rs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/gemma_disassembler_manual_document.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/gemma_integration_corax_plus.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/gemma_integration_flags.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/gemma_integration_ibm_rom_output.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/gemma_integration_level_1_test.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/gemma_integration_rps_stage1.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/gemma_integration_rps_stage2.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_keypad_to_string.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_manager_status.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_multi_sprite.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_reset_clears_video.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_scroll_down_10_hd.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_scroll_down_1_hd.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_scroll_left_4.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_scroll_left_4_hd.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_scroll_right_4.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_scroll_right_4_hd.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_video_highdef.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_video_scroll_down_1.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_video_scroll_down_10.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_video_scroll_up_test_hd.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_video_scroll_up_test_sd.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_video_write_checkerboard.asc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/resources/test/test_video_zero.asc" beforeDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Rust File" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MacroExpansionManager">
<option name="directoryName" value="w8ntkzgb" />
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 8
}</component>
<component name="ProjectId" id="2oOJId1CDAIspnkZVvQGeRPAufy" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;Cargo.Build `Run gemmaimgui default roms`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Run gemmatelnetd`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Run tct`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Test byte_to_bools_valid`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Test join_bytes`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Test read_bits_from_instruction`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Test registers_equality`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Test round_trip`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Test start`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Test state_tests`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `Test test_serialization_round_trip`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Build `debug testcompression`.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Run ch8asm.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Run gemmaegui.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Run gemmaimgui default roms.executor&quot;: &quot;Debug&quot;,
&quot;Cargo.Run gemmaimgui.executor&quot;: &quot;Debug&quot;,
&quot;Cargo.Run gemmatelnetd.executor&quot;: &quot;Debug&quot;,
&quot;Cargo.Run keyboard.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Run tct.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Run testcompression.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test assmber_tests.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test bools_to_byte.executor&quot;: &quot;Debug&quot;,
&quot;Cargo.Test byte_to_bools_valid.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test computer_001_system_zero_state.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test computer_tests.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test default_test.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test join_bytes.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test join_bytes_swap_endian.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test load_rom_allows_starting.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test quirks_mode_test.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test read_address_from_instruction.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test read_bits_from_instruction.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test read_x_from_instruction.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test read_y_from_instruction.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test registers_equality.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test reset_clears_run_state.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test reset_clears_video.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test round_trip.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test smoke.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test split_bytes.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test split_bytes_swap_endian.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test start.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test state_tests.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test status_of_manager.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test swap_endian.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test system_memory_load_program.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test test_serialization_round_trip.executor&quot;: &quot;Run&quot;,
&quot;Cargo.Test util_tests.executor&quot;: &quot;Run&quot;,
&quot;Cargo.debug testcompression.executor&quot;: &quot;Debug&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.rust.reset.selective.auto.import&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;add__telnet__interface&quot;,
&quot;last_opened_file_path&quot;: &quot;/home/tmerritt/Projects/trevors_chip8_toy&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;org.rust.cargo.project.model.PROJECT_DISCOVERY&quot;: &quot;true&quot;,
&quot;org.rust.cargo.project.model.impl.CargoExternalSystemProjectAware.subscribe.first.balloon&quot;: &quot;&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;inlay.hints&quot;
}
}</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/gemmatelnet" />
<recent name="$PROJECT_DIR$/gemmaimgui" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/gemmarat/src/bin" />
<recent name="$PROJECT_DIR$/gemma/src" />
<recent name="$PROJECT_DIR$/gemma/tests/unit_tests" />
<recent name="$PROJECT_DIR$/gemma/tests" />
<recent name="$PROJECT_DIR$/gemma/src/bin" />
</key>
</component>
<component name="RunManager" selected="Cargo.Test state_tests">
<configuration name="Run gemmaimgui default roms" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="run --package gemmaimgui --bin gemmaimgui --" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Run gemmaimgui default roms" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="run --package gemmaimgui --bin gemmaimgui --" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Run gemmaimgui default roms" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="run --package gemmaimgui --bin gemmaimgui --" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Run testcompression" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="run --package gemma --bin testcompression" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Test load_rom_allows_starting" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="test --package gemma --test computer_tests load_rom_allows_starting -- --exact" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Test load_rom_allows_starting" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="test --package gemma --test computer_tests load_rom_allows_starting -- --exact" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Test round_trip" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="test --package gemma --test test_compression_tests round_trip -- --exact" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Test round_trip" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="test --package gemma --test test_compression_tests round_trip -- --exact" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Test state_tests" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="test --package gemma --test state_tests" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Test status_of_manager" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="test --package gemma --test unit_tests status_of_manager -- --exact" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Test status_of_manager" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="test --package gemma --test unit_tests status_of_manager -- --exact" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Test system_memory_load_program" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="test --package gemma --test unit_tests system_memory_load_program -- --exact" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="Test system_memory_load_program" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
<option name="command" value="test --package gemma --test unit_tests system_memory_load_program -- --exact" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="debug testcompression" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="run --package gemma --bin testcompression -- decompress-file $PROJECT_DIR$/resources/test/state/smoke_002_round_trip_serialize_deserialize_compressed.tflt" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<configuration name="debug testcompression" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="run --package gemma --bin testcompression -- decompress-file $PROJECT_DIR$/resources/test/state/smoke_002_round_trip_serialize_deserialize_compressed.tflt" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
<list>
<item itemvalue="Cargo.Run gemmaimgui default roms" />
<item itemvalue="Cargo.debug testcompression" />
<item itemvalue="Cargo.Test state_tests" />
<item itemvalue="Cargo.Test load_rom_allows_starting" />
<item itemvalue="Cargo.Test round_trip" />
<item itemvalue="Cargo.Test status_of_manager" />
<item itemvalue="Cargo.Test system_memory_load_program" />
</list>
<recent_temporary>
<list>
<item itemvalue="Cargo.Test state_tests" />
<item itemvalue="Cargo.Test load_rom_allows_starting" />
<item itemvalue="Cargo.Test round_trip" />
<item itemvalue="Cargo.Test status_of_manager" />
<item itemvalue="Cargo.Test system_memory_load_program" />
</list>
</recent_temporary>
</component>
<component name="RustProjectSettings">
<option name="toolchainHomeDirectory" value="$USER_HOME$/.cargo/bin" />
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="8b5adad6-6758-4324-bcad-4fdc11e35fe6" name="Changes" comment="" />
<created>1730734609486</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1730734609486</updated>
<workItem from="1730734610557" duration="232000" />
<workItem from="1730898677853" duration="3080000" />
<workItem from="1730916772198" duration="3456000" />
<workItem from="1730994368989" duration="7000" />
<workItem from="1731001862091" duration="2026000" />
<workItem from="1731007664228" duration="5718000" />
<workItem from="1731083920810" duration="3820000" />
<workItem from="1732894051052" duration="1028000" />
<workItem from="1732902486469" duration="6000" />
<workItem from="1733326861558" duration="653000" />
<workItem from="1741629265240" duration="2162000" />
<workItem from="1742569809065" duration="762000" />
<workItem from="1742570597558" duration="794000" />
<workItem from="1747246379430" duration="8729000" />
<workItem from="1747837171143" duration="1151000" />
<workItem from="1747850558953" duration="5700000" />
<workItem from="1747933016164" duration="7553000" />
<workItem from="1748009797240" duration="70000" />
<workItem from="1748019256320" duration="2989000" />
<workItem from="1748259109807" duration="13567000" />
<workItem from="1748284479016" duration="3483000" />
<workItem from="1748346419689" duration="8043000" />
<workItem from="1748355230865" duration="313000" />
<workItem from="1748357652780" duration="8865000" />
<workItem from="1748431993830" duration="10532000" />
<workItem from="1748446884797" duration="12753000" />
<workItem from="1748544537133" duration="3555000" />
<workItem from="1748612927269" duration="25000" />
<workItem from="1748613054404" duration="738000" />
<workItem from="1748613802419" duration="71000" />
<workItem from="1748613883436" duration="27000" />
<workItem from="1748613912658" duration="198000" />
<workItem from="1748614113271" duration="2000" />
<workItem from="1748614129649" duration="56000" />
<workItem from="1748616677715" duration="320000" />
</task>
<task id="LOCAL-00001" summary="CLEANUP: cleans up dependencies to use workspace version&#10;CLEANUP: standardizes on pretty_env_logger&#10;NEWBIN: Adds gemmarat to use Ratatui as an interface&#10;CLEANUP: removes debugging display from computer.rs&#10;ENHANCEMENT: Constants for locations of test roms built from environment&#10;BUGFIX: SoundTimer was using i32 internally when it needs to be u8&#10;CLEANUP: removes commented code used during diagnostics">
<option name="closed" value="true" />
<created>1748539601919</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1748539601919</updated>
</task>
<task id="LOCAL-00002" summary="CLEANUP: cleans up dependencies to use workspace version&#10;CLEANUP: standardizes on pretty_env_logger&#10;NEWBIN: Adds gemmarat to use Ratatui as an interface&#10;CLEANUP: removes debugging display from computer.rs&#10;ENHANCEMENT: Constants for locations of test roms built from environment&#10;BUGFIX: SoundTimer was using i32 internally when it needs to be u8&#10;CLEANUP: removes commented code used during diagnostics">
<option name="closed" value="true" />
<created>1748539623332</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1748539623332</updated>
</task>
<task id="LOCAL-00003" summary="CLEANUP: cleans up dependencies to use workspace version&#10;CLEANUP: standardizes on pretty_env_logger&#10;NEWBIN: Adds gemmarat to use Ratatui as an interface&#10;CLEANUP: removes debugging display from computer.rs&#10;ENHANCEMENT: Constants for locations of test roms built from environment&#10;BUGFIX: SoundTimer was using i32 internally when it needs to be u8&#10;CLEANUP: removes commented code used during diagnostics">
<option name="closed" value="true" />
<created>1748539630427</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1748539630427</updated>
</task>
<option name="localTasksCounter" value="4" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="UnknownFeatures">
<option featureType="com.intellij.fileTypeFactory" implementationName="*.asc" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="CLEANUP: cleans up dependencies to use workspace version&#10;CLEANUP: standardizes on pretty_env_logger&#10;NEWBIN: Adds gemmarat to use Ratatui as an interface&#10;CLEANUP: removes debugging display from computer.rs&#10;ENHANCEMENT: Constants for locations of test roms built from environment&#10;BUGFIX: SoundTimer was using i32 internally when it needs to be u8&#10;CLEANUP: removes commented code used during diagnostics" />
<option name="LAST_COMMIT_MESSAGE" value="CLEANUP: cleans up dependencies to use workspace version&#10;CLEANUP: standardizes on pretty_env_logger&#10;NEWBIN: Adds gemmarat to use Ratatui as an interface&#10;CLEANUP: removes debugging display from computer.rs&#10;ENHANCEMENT: Constants for locations of test roms built from environment&#10;BUGFIX: SoundTimer was using i32 internally when it needs to be u8&#10;CLEANUP: removes commented code used during diagnostics" />
</component>
</project>