mirror of
https://github.com/holub/mame
synced 2025-06-08 05:44:09 +03:00
removed leftover wip code. nw.
This commit is contained in:
parent
ac7cfdd43b
commit
609d005e33
@ -14,8 +14,6 @@ public:
|
|||||||
saturn_rom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock);
|
saturn_rom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock);
|
||||||
saturn_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
|
saturn_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
|
||||||
|
|
||||||
virtual int get_cart_type() { return 0xff; }
|
|
||||||
|
|
||||||
// device-level overrides
|
// device-level overrides
|
||||||
virtual void device_start();
|
virtual void device_start();
|
||||||
virtual void device_reset();
|
virtual void device_reset();
|
||||||
|
Loading…
Reference in New Issue
Block a user