mirror of
https://github.com/holub/mame
synced 2025-05-12 09:08:53 +03:00
For Fabio. (nw)
This commit is contained in:
parent
6a2670ab42
commit
d08a19925e
@ -587,7 +587,7 @@ public:
|
||||
TIMER_UPDATE_IO,
|
||||
TIMER_SCANLINE_TICK,
|
||||
TIMER_HBLANK_TICK,
|
||||
TIMER_LIGHTGUN_TICK // used in MESS for crosshairs
|
||||
TIMER_SNES_LAST
|
||||
};
|
||||
|
||||
snes_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||
|
@ -48,6 +48,11 @@
|
||||
class snes_console_state : public snes_state
|
||||
{
|
||||
public:
|
||||
enum
|
||||
{
|
||||
TIMER_LIGHTGUN_TICK = TIMER_SNES_LAST
|
||||
};
|
||||
|
||||
snes_console_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||
: snes_state(mconfig, type, tag)
|
||||
, m_cartslot(*this, "snsslot")
|
||||
|
Loading…
Reference in New Issue
Block a user