.. |
apu.c
|
Correct emulation of enabling and disabling the volume envelope. Correct emulation of a glitch where the volume envelope ticks when it usually wouldn’t.
|
2018-09-10 16:59:59 +03:00 |
apu.h
|
Emulate CGB-C’s quirky LFSR function
|
2018-07-04 21:55:12 +03:00 |
camera.c
|
Todo cleanup
|
2017-05-27 17:30:12 +03:00 |
camera.h
|
Stabilizing API: New joypad, debugger and reset APIs; internal APIs and direct struct access are no longer available without defining GB_INTERNAL. The SDL port uses the new “public” APIs, as well as most of the non-debug Cocoa code.
|
2017-04-17 20:16:17 +03:00 |
debugger.c
|
Improvements to the lcd debugger command
|
2018-06-22 18:38:54 +03:00 |
debugger.h
|
Fixed a bug where 0:$dxxx reads/writes from the wrong bank in CGB mode. Made sure symbols are reset after reloading a sym file.
|
2018-04-02 19:57:39 +03:00 |
display.c
|
Fixed HDMA timing )But still not verified)
|
2018-07-20 12:34:52 +03:00 |
display.h
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
gb_struct_def.h
|
Stabilizing API: New joypad, debugger and reset APIs; internal APIs and direct struct access are no longer available without defining GB_INTERNAL. The SDL port uses the new “public” APIs, as well as most of the non-debug Cocoa code.
|
2017-04-17 20:16:17 +03:00 |
gb.c
|
Compensate for prefetch in DIV’s initial value
|
2018-09-15 00:47:26 +03:00 |
gb.h
|
Document some revision differences
|
2018-07-14 21:52:54 +03:00 |
joypad.c
|
Correct emulation of mapping both button sets. Fixes #60
|
2018-04-07 16:45:31 +03:00 |
joypad.h
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
mbc.c
|
Forgot to amend the last commit, it was broken.
|
2017-06-21 01:07:11 +03:00 |
mbc.h
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
memory.c
|
Starting G/HDMA directly takes one more M-cycle (More research required)
|
2018-09-15 00:48:31 +03:00 |
memory.h
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
printer.c
|
Printer compression support
|
2017-01-20 23:00:02 +02:00 |
printer.h
|
Stabilizing API: New joypad, debugger and reset APIs; internal APIs and direct struct access are no longer available without defining GB_INTERNAL. The SDL port uses the new “public” APIs, as well as most of the non-debug Cocoa code.
|
2017-04-17 20:16:17 +03:00 |
rewind.c
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
rewind.h
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
save_state.c
|
Implemented some obscure PPU rendering quirks, verified some timings
|
2018-04-05 15:33:21 +03:00 |
save_state.h
|
Added API to load/save states from RAM
|
2017-06-14 00:23:34 +03:00 |
symbol_hash.c
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
symbol_hash.h
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
timing.c
|
Compensate for prefetch in DIV’s initial value
|
2018-09-15 00:47:26 +03:00 |
timing.h
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
z80_cpu.c
|
Rewrite the DAA instruction
|
2018-07-22 18:37:34 +02:00 |
z80_cpu.h
|
Include cleanup (#73)
|
2018-05-27 19:30:23 +03:00 |
z80_disassembler.c
|
SWAP was incorrectly disassembled as RLC
|
2018-06-09 15:39:40 +03:00 |