diff options
author | 2014-10-15 07:19:47 +0000 | |
---|---|---|
committer | 2014-10-15 07:19:47 +0000 | |
commit | c93ed344fbd26a9c2c49bdbc99014d8dc0cbe9ef (patch) | |
tree | a5017b8341bdadc5bcd1185ae49fe4c0a85424b8 /src/emu/bus/a7800/hiscore.c | |
parent | a4dd32afb6cbfaae0e452c90486060682ab1c31c (diff) |
Cleanups and version bumpmame0155
Diffstat (limited to 'src/emu/bus/a7800/hiscore.c')
-rw-r--r-- | src/emu/bus/a7800/hiscore.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/bus/a7800/hiscore.c b/src/emu/bus/a7800/hiscore.c index 2e941af9fbd..c51d1c26b74 100644 --- a/src/emu/bus/a7800/hiscore.c +++ b/src/emu/bus/a7800/hiscore.c @@ -3,7 +3,7 @@ /*********************************************************************************************************** A7800 HighScore passthrough cart emulation - + ***********************************************************************************************************/ @@ -75,4 +75,3 @@ WRITE8_MEMBER(a78_hiscore_device::write_40xx) { m_hscslot->write_40xx(space, offset, data); } - |