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/vboy/rom.h | |
| parent | a4dd32afb6cbfaae0e452c90486060682ab1c31c (diff) | |
Cleanups and version bumpmame0155
Diffstat (limited to 'src/emu/bus/vboy/rom.h')
| -rw-r--r-- | src/emu/bus/vboy/rom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/vboy/rom.h b/src/emu/bus/vboy/rom.h index 6d474256d33..0101c303790 100644 --- a/src/emu/bus/vboy/rom.h +++ b/src/emu/bus/vboy/rom.h @@ -15,10 +15,10 @@ public: // construction/destruction vboy_rom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); vboy_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); - + // device-level overrides virtual void device_start() {} - + // reading and writing virtual DECLARE_READ32_MEMBER(read_cart); }; |
