.. |
apu.c
|
Fixed a deadlocking race condition that might happen when reading APU memory in the hex viewer
|
2016-09-21 01:59:43 +03:00 |
apu.h
|
Volumes no longer doubles
|
2016-09-20 19:58:30 +03:00 |
camera.c
|
Whoops.
|
2016-10-04 04:01:06 +03:00 |
camera.h
|
Edge enhancement support
|
2016-10-03 19:39:20 +03:00 |
debugger.c
|
Correct emulation of HUC1 banks higher than 0x1F
|
2017-02-16 21:07:35 +02:00 |
debugger.h
|
Memory viewer now has a Goto command, different memory space modes, and allows viewing/editing specific banks
|
2016-08-19 14:54:54 +03:00 |
display.c
|
STAT timing and LCD interrupts rewritten, should be more accurate.
|
2017-02-19 02:22:50 +02:00 |
display.h
|
STAT timing and LCD interrupts rewritten, should be more accurate.
|
2017-02-19 02:22:50 +02:00 |
gb.c
|
Printer API, compression not supported yet
|
2017-01-13 22:20:11 +02:00 |
gb.h
|
Correct emulation of HUC1 banks higher than 0x1F
|
2017-02-16 21:07:35 +02:00 |
joypad.c
|
Forbid pressing two opposing direction keys. Fixes Pocket Bomberman (U).
|
2016-09-21 02:15:02 +03:00 |
joypad.h
|
Mass name and type changes. Save states are now compatible between 32- and 64-bit systems. Maybe.
|
2016-06-18 20:29:11 +03:00 |
mbc.c
|
Fixed: Writing to 3XXX in MBC5 before writing to 2XXX no longer switches to the wrong bank.
|
2017-02-16 23:13:55 +02:00 |
mbc.h
|
Support for an alternative MBC1 wiring, should solve most N-in-1 carts (Issue #3)
|
2016-07-09 19:25:25 +03:00 |
memory.c
|
Minor adjustment to LCD timing after enabling it.
|
2017-02-20 14:20:45 +02:00 |
memory.h
|
Improved DMA accuracy, mooneyegb test ROMs no longer crash miserably. (but still fail)
|
2016-08-03 23:31:10 +03:00 |
printer.c
|
Printer compression support
|
2017-01-20 23:00:02 +02:00 |
printer.h
|
Printer compression support
|
2017-01-20 23:00:02 +02:00 |
save_struct.h
|
Mass name and type changes. Save states are now compatible between 32- and 64-bit systems. Maybe.
|
2016-06-18 20:29:11 +03:00 |
symbol_hash.c
|
Initial Windows support
|
2016-08-20 17:51:17 +03:00 |
symbol_hash.h
|
Symbol support in the expression evaluator
|
2016-07-15 14:31:27 +03:00 |
timing.c
|
STAT timing and LCD interrupts rewritten, should be more accurate.
|
2017-02-19 02:22:50 +02:00 |
timing.h
|
Accuracy improvements to timers
|
2016-08-06 00:24:12 +03:00 |
z80_cpu.c
|
STAT timing and LCD interrupts rewritten, should be more accurate.
|
2017-02-19 02:22:50 +02:00 |
z80_cpu.h
|
Mass name and type changes. Save states are now compatible between 32- and 64-bit systems. Maybe.
|
2016-06-18 20:29:11 +03:00 |
z80_disassembler.c
|
Treat STOP as a 2-byte instruction
|
2017-02-17 00:21:02 +02:00 |