Genesis-Plus-GX/core
2016-05-14 17:47:01 +02:00
..
cart_hw [Core/CD] fixed bootable cartridge (mode-1) corrupting loaded CD BIOS 2016-05-03 17:19:26 +02:00
cd_hw [Core/CD] increased CD drive latency (fixes Earnest Evans) 2016-05-14 17:47:01 +02:00
input_hw [Core/IO] fixed 4 Way-Play adapter compatibility mode 2016-03-20 19:28:48 +01:00
m68k [Core/Misc] fixed code formatting 2016-05-01 20:04:40 +02:00
ntsc rearranged core & back-end specific code (part 2) 2013-06-17 22:31:31 +02:00
sound [Core/MS] improved emulation of Japanese Master System I/O chip (315-5297) 2014-11-23 20:30:27 +01:00
tremor arm-vita-eabi-gcc complains about int / ogg_int32_t 2015-08-30 01:38:58 +02:00
z80 rearranged core & back-end specific code (part 2) 2013-06-17 22:31:31 +02:00
genesis.c [Core/MS/GG] fixed SP register initialization on power-on (Ace of Aces, Shadow Dancer, Ecco the Dolphin, Evander Holyfield Real Deal Boxing) 2014-11-23 20:25:55 +01:00
genesis.h [Core/General] added optional dynamic allocation of cartridge/CD hardware buffer 2014-11-23 20:22:04 +01:00
hvc.h updated file header 2013-10-28 23:09:41 +01:00
io_ctrl.c [Core/MS] improved SG-1000 & Mark-III hardware emulation 2014-11-23 20:38:55 +01:00
io_ctrl.h [Core/IO] fixed TeamPlayer emulation (fixes multitap detection in Gauntlet 4) 2014-04-01 20:40:30 +02:00
loadrom.c [Core/MD] fixed large ROM (> 8MB) loading accidentally enabling CD hardware emulation 2015-12-15 22:52:17 +01:00
loadrom.h [Core/MD] added compiler configurable max ROM size 2015-12-15 23:25:06 +01:00
macros.h rearranged core & back-end specific code (part 2) 2013-06-17 22:31:31 +02:00
mem68k.c [Core/SCD] improved emulation accuracy of mirrored memory areas 2015-02-08 13:53:47 +01:00
mem68k.h [Core/CD] disabled 68k & Z80 access to PRG-RAM when SUB-CPU is running (proper fix for Dungeon Explorer USA version) 2015-01-28 00:32:44 +01:00
membnk.c rearranged core & back-end specific code (part 2) 2013-06-17 22:31:31 +02:00
membnk.h rearranged core & back-end specific code (part 2) 2013-06-17 22:31:31 +02:00
memz80.c [Core/MCD] fixed PRG-RAM access from MAIN-CPU side on system reset 2015-04-26 18:25:21 +02:00
memz80.h [Core/GG] fixed mirrored access to I/O control register (G-LOC Air Battle) 2015-03-24 23:59:31 +01:00
shared.h rearranged core & back-end specific code (part 2) 2013-06-17 22:31:31 +02:00
state.c [Core/General] rewrote frame emulation timing, now starts with vertical blanking to reduce input lag by one more frame (warning: this breaks compatibility with previous savestates) 2014-12-14 17:10:15 +01:00
state.h [Core/MS] improved Z80 address decoding on Japanese Master System I/O chip (315-5297) 2014-03-02 16:07:08 +01:00
system.c [Core/VDP] fixed Mode 4 sprite Y wrapping in various screen height modes (fixes VDP Test ROM / Fantastic Dizzy) 2016-05-08 17:09:31 +02:00
system.h [Core/IO] added TH pin direction switching latency emulation (verified on real hardware), fixes control issues in Decap Attack 2016-01-17 17:17:28 +01:00
types.h rearranged core & back-end specific code (part 2) 2013-06-17 22:31:31 +02:00
vdp_ctrl.c [Core/VDP] improved VDP status timing accuracy 2016-05-01 20:21:45 +02:00
vdp_ctrl.h [Core/VDP] fixed spurious 8K-16K VRAM switching when reloading SG-1000 context + minor optimizations 2016-02-28 22:42:19 +01:00
vdp_render.c [Core/VDP] fixed Mode 4 sprite Y wrapping in various screen height modes (fixes VDP Test ROM / Fantastic Dizzy) 2016-05-08 17:09:31 +02:00
vdp_render.h [Core/VDP] fixed Master System II extended video modes sprite parsing (fixes Mega Man 2 demo) 2016-04-10 17:06:22 +02:00