256 lines
13 KiB
XML
256 lines
13 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="9bcba7c5-ac1d-4216-959a-63faee7047bc" name="Changes" comment="">
|
|
<change afterPath="$PROJECT_DIR$/gemmautil/src/bin/ch8asm.rs" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/gemmautil/tests/assmber_tests.rs" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/gemmautil/src/bin/ch8disasm.rs" beforeDir="false" afterPath="$PROJECT_DIR$/gemmautil/src/bin/ch8disasm.rs" afterDir="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="0idvlgji" />
|
|
</component>
|
|
<component name="ProjectColorInfo">{
|
|
"associatedIndex": 8
|
|
}</component>
|
|
<component name="ProjectId" id="2lWbraarISJOe7BUvwdyYSG4lax" />
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent"><![CDATA[{
|
|
"keyToString": {
|
|
"Cargo.Build `Run emmagui`.executor": "Run",
|
|
"Cargo.Build `Run gemmaegui_viewer`.executor": "Run",
|
|
"Cargo.Build `Run gemmaegui`.executor": "Run",
|
|
"Cargo.Build `Run gemmaimgui`.executor": "Run",
|
|
"Cargo.Build `Run trevors_chip8_toy`.executor": "Run",
|
|
"Cargo.Build `Test chip8::computer::test::cls_test`.executor": "Run",
|
|
"Cargo.Build `Test chip8::instructions::test::LdStVx_test`.executor": "Run",
|
|
"Cargo.Build `Test chip8::instructions::test::random_produces_different_numbers`.executor": "Run",
|
|
"Cargo.Build `Test chip8::instructions::test::series8xy6_corex_tests`.executor": "Run",
|
|
"Cargo.Build `Test chip8::instructions::test::shl_vx_vy_test`.executor": "Run",
|
|
"Cargo.Build `Test chip8::util::test::byte_to_bool_changes`.executor": "Run",
|
|
"Cargo.Build `Test chip8::util::test::ubln`.executor": "Run",
|
|
"Cargo.Build `Test chip8::video::test::poke_byte_test`.executor": "Run",
|
|
"Cargo.Build `Test chip8::video::test::poke_byte`.executor": "Run",
|
|
"Cargo.Build `Test computer::test`.executor": "Run",
|
|
"Cargo.Build `Test instructions::test (1)`.executor": "Run",
|
|
"Cargo.Build `Test instructions::test`.executor": "Run",
|
|
"Cargo.Build gemma.executor": "Run",
|
|
"Cargo.Run emmagui.executor": "Run",
|
|
"Cargo.Run gemmaegui.executor": "Run",
|
|
"Cargo.Run gemmaegui_viewer.executor": "Debug",
|
|
"Cargo.Run gemmaimgui.executor": "Run",
|
|
"Cargo.Run trevors_chip8_toy.executor": "Debug",
|
|
"Cargo.Test chip8::computer::test::cls_test.executor": "Run",
|
|
"Cargo.Test chip8::computer::test::decoder_test_valid_instructions.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::LdStVx_test.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::LdVxDt_test.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::LdiAddr_test.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::RndVxByte_test.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::ShrVxVy_test.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::SneVxVy_test.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::decoder_test_invalid_instructions.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::draw_nibble_vx_vy_n_test.executor": "Debug",
|
|
"Cargo.Test chip8::instructions::test::encode_decode_test.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::random_produces_different_numbers.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::series4000_corex_tests.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::series8xy4_corex_tests.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::series8xy6_corex_tests.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::shl_vx_vy_test.executor": "Run",
|
|
"Cargo.Test chip8::instructions::test::subn_vx_vy_test.executor": "Run",
|
|
"Cargo.Test chip8::util::test::bool_to_byte_changes.executor": "Run",
|
|
"Cargo.Test chip8::util::test::byte_to_bool_changes.executor": "Run",
|
|
"Cargo.Test chip8::util::test::ubln.executor": "Run",
|
|
"Cargo.Test chip8::video::test::poke_byte.executor": "Run",
|
|
"Cargo.Test chip8::video::test::poke_byte_test.executor": "Run",
|
|
"Cargo.Test chip8::video::test::poke_sprite_test.executor": "Debug",
|
|
"Cargo.Test computer::test.executor": "Debug",
|
|
"Cargo.Test instructions::test (1).executor": "Debug",
|
|
"Cargo.Test instructions::test.executor": "Debug",
|
|
"Cargo.Test sound_timer::test.executor": "Run",
|
|
"Cargo.Test util::test.executor": "Run",
|
|
"Cargo.Test video::test.executor": "Coverage",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"RunOnceActivity.rust.reset.selective.auto.import": "true",
|
|
"git-widget-placeholder": "master",
|
|
"last_opened_file_path": "/home/tmerritt/Projects/chip8_toy/gemmaimgui",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
"nodejs_package_manager_path": "npm",
|
|
"org.rust.cargo.project.model.PROJECT_DISCOVERY": "true",
|
|
"org.rust.cargo.project.model.impl.CargoExternalSystemProjectAware.subscribe.first.balloon": "",
|
|
"org.rust.first.attach.projects": "true",
|
|
"settings.editor.selected.configurable": "language.rust.build.tool.cargo"
|
|
},
|
|
"keyToStringList": {
|
|
"com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
|
|
"TEXT"
|
|
]
|
|
}
|
|
}]]></component>
|
|
<component name="RecentsManager">
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
<recent name="$PROJECT_DIR$/gemmaimgui" />
|
|
</key>
|
|
<key name="MoveFile.RECENT_KEYS">
|
|
<recent name="$PROJECT_DIR$/gemmaimgui/src/bin" />
|
|
</key>
|
|
</component>
|
|
<component name="RunManager" selected="Cargo.Run gemmaegui_viewer">
|
|
<configuration name="Run gemmaegui" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
|
|
<option name="command" value="run --package gemmaegui --bin gemmaegui" />
|
|
<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 gemmaegui_viewer" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
|
|
<option name="command" value="run --package gemmaegui --bin gemmaegui_viewer" />
|
|
<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" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
|
|
<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="Test chip8::instructions::test::random_produces_different_numbers" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true">
|
|
<option name="command" value="test --package gemma --lib chip8::instructions::test::random_produces_different_numbers -- --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>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="Cargo.Run gemmaegui_viewer" />
|
|
<item itemvalue="Cargo.Run gemmaegui" />
|
|
<item itemvalue="Cargo.Run gemmaimgui" />
|
|
<item itemvalue="Cargo.Run gemmaimgui" />
|
|
<item itemvalue="Cargo.Run gemmaegui" />
|
|
</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="9bcba7c5-ac1d-4216-959a-63faee7047bc" name="Changes" comment="" />
|
|
<created>1725298979064</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1725298979064</updated>
|
|
<workItem from="1725298980124" duration="3266000" />
|
|
<workItem from="1725303630898" duration="12000" />
|
|
<workItem from="1727131542697" duration="7568000" />
|
|
<workItem from="1727378878624" duration="3739000" />
|
|
<workItem from="1727387040213" duration="747000" />
|
|
<workItem from="1727453497186" duration="42000" />
|
|
<workItem from="1727462825027" duration="12845000" />
|
|
<workItem from="1727553854364" duration="5720000" />
|
|
<workItem from="1728070957648" duration="8635000" />
|
|
<workItem from="1728140555847" duration="18000" />
|
|
<workItem from="1728218199415" duration="9235000" />
|
|
<workItem from="1728340928442" duration="435000" />
|
|
<workItem from="1728430338491" duration="1663000" />
|
|
<workItem from="1728516979775" duration="902000" />
|
|
<workItem from="1728566900465" duration="5969000" />
|
|
<workItem from="1728661808985" duration="57000" />
|
|
<workItem from="1728664714687" duration="2580000" />
|
|
<workItem from="1728667676967" duration="637000" />
|
|
<workItem from="1728672277369" duration="3861000" />
|
|
<workItem from="1729266677612" duration="4335000" />
|
|
<workItem from="1729274179500" duration="3149000" />
|
|
</task>
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="UnknownFeatures">
|
|
<option featureType="com.intellij.fileTypeFactory" implementationName="*.asc" />
|
|
</component>
|
|
<component name="XDebuggerManager">
|
|
<breakpoint-manager>
|
|
<breakpoints>
|
|
<line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
|
|
<url>file://$PROJECT_DIR$/emma/src/chip8/system_memory.rs</url>
|
|
<line>46</line>
|
|
<option name="timeStamp" value="2" />
|
|
</line-breakpoint>
|
|
</breakpoints>
|
|
</breakpoint-manager>
|
|
</component>
|
|
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
|
<SUITE FILE_PATH="coverage/trevors_chip8_toy$Test_video__test.info" NAME="Test video::test Coverage Results" MODIFIED="1728072993962" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="RsCoverageRunner" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" CONTEXT_FILE_PATH="$PROJECT_DIR$" />
|
|
</component>
|
|
</project> |