Files
jace/.gitignore
Badvision 8c0129c2f7 Add comprehensive memory access framework and terminal improvements
- 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>
2025-09-05 02:01:31 -05:00

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