diff options
Diffstat (limited to 'src/emu/bus/megadrive/rom.c')
-rw-r--r-- | src/emu/bus/megadrive/rom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/megadrive/rom.c b/src/emu/bus/megadrive/rom.c index 0bb97ff6dd0..bc81477cc09 100644 --- a/src/emu/bus/megadrive/rom.c +++ b/src/emu/bus/megadrive/rom.c @@ -7,11 +7,11 @@ Here we emulate bankswitch / protection / NVRAM found on generic carts with no additional hardware - + Emulation of the pirate carts is heavily indebted to the reverse engineering efforts made by David Haywood (for HazeMD) and by EkeEke (for genplus-gx) - + ***********************************************************************************************************/ #include "emu.h" |