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.h | |
parent | a4dd32afb6cbfaae0e452c90486060682ab1c31c (diff) |
Cleanups and version bumpmame0155
Diffstat (limited to 'src/emu/bus/a7800/hiscore.h')
-rw-r--r-- | src/emu/bus/a7800/hiscore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/a7800/hiscore.h b/src/emu/bus/a7800/hiscore.h index d848becfea7..d1750c77486 100644 --- a/src/emu/bus/a7800/hiscore.h +++ b/src/emu/bus/a7800/hiscore.h @@ -14,10 +14,10 @@ class a78_hiscore_device : public a78_rom_device public: // construction/destruction a78_hiscore_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); - + // device-level overrides virtual machine_config_constructor device_mconfig_additions() const; - + // reading and writing virtual DECLARE_READ8_MEMBER(read_04xx); virtual DECLARE_WRITE8_MEMBER(write_04xx); |