|
c971ff47cc
|
disasm: ld a, [c] => ld a, [ff00+c]
|
2024-06-25 21:23:53 -05:00 |
|
|
14cbfd4112
|
bugfix: bit r8, n should return true when bit n is zero
|
2024-06-25 21:21:57 -05:00 |
|
|
dff0df87e9
|
bugfix: inc r16 should not decrement r16
|
2024-06-25 21:20:50 -05:00 |
|
|
dbc9552908
|
bugfix: XOR decoding as OR, and vice versa
|
2024-06-25 21:19:48 -05:00 |
|
|
193659e032
|
Add audio.txt
|
2024-06-25 13:36:25 -05:00 |
|
|
b91105bbd1
|
Move graphics and audio out of lib.rs
|
2024-06-25 13:36:04 -05:00 |
|
|
c5490780ca
|
boy-debug: Actually visit the source operand (whoops)
|
2024-06-22 09:21:30 -05:00 |
|
|
3c0f1d82ca
|
Fix typo in readme.md
|
2024-06-22 09:07:30 -05:00 |
|
|
fab28ced0b
|
Add readme.md
|
2024-06-22 09:05:52 -05:00 |
|
|
cdcfdab5ff
|
Add License
|
2024-06-22 07:43:54 -05:00 |
|
|
27a6739a47
|
Update dependencies
|
2024-06-22 07:38:58 -05:00 |
|
|
67b179a1fc
|
notes: Add notes
|
2024-06-22 07:34:17 -05:00 |
|
|
acfbb8f1cf
|
boy: Initial public commit
- SM83 implementation kinda works
- Live disassembly, memory write tracing
- Pretty snazzy debugger with custom memory editor
- hexadecimal calculator with novel operator precedence rules
|
2024-06-22 07:25:59 -05:00 |
|