mirror of
https://github.com/badvision/jace.git
synced 2026-03-11 08:42:12 +00:00
- Implement RamAccessor utility for explicit memory bank control - Add MemoryFlagListener for memory-configuration-aware event handling - Create RAMEventWithFlags with detailed memory bank information - Introduce MemorySwitch enum for precise bank switching control - Enhance terminal mode with proper emulator initialization - Improve command line argument processing with debug output - Fix Card listener management and memory configuration issues - Add extensive test coverage for new memory access functionality - Update .gitignore to exclude Claude Code settings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
26 lines
396 B
Plaintext
26 lines
396 B
Plaintext
*.class
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
.DS_Store
|
|
target/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
/jace/nbproject/private/
|
|
*.jace.conf
|
|
/.netbeans_automatic_build
|
|
/.gitignore
|
|
/inputFiles.lst
|
|
*.DS_Store
|
|
!/lib/nestedvm.jar
|
|
_acme_tmp*
|
|
.vscode/settings.json
|
|
*.log
|
|
.claude/settings.local.json
|