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/apf/rom.h | |
| parent | a4dd32afb6cbfaae0e452c90486060682ab1c31c (diff) | |
Cleanups and version bumpmame0155
Diffstat (limited to 'src/emu/bus/apf/rom.h')
| -rw-r--r-- | src/emu/bus/apf/rom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/apf/rom.h b/src/emu/bus/apf/rom.h index c1a674803cd..0db205afda5 100644 --- a/src/emu/bus/apf/rom.h +++ b/src/emu/bus/apf/rom.h @@ -43,7 +43,7 @@ class apf_spacedst_device : public apf_rom_device public: // construction/destruction apf_spacedst_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); - + // reading and writing virtual DECLARE_READ8_MEMBER(read_ram); virtual DECLARE_WRITE8_MEMBER(write_ram); |
