diff options
author | 2013-04-30 06:36:06 +0000 | |
---|---|---|
committer | 2013-04-30 06:36:06 +0000 | |
commit | 4bf717996f56eb03dc735c83dae5450b7fc98d75 (patch) | |
tree | a63a55bcc180e342382e9c9a680f0c643fd05248 /src/mess/machine/nes_jaleco.h | |
parent | f35b95a00e64c63422116039aeae272029b58e51 (diff) |
Cleanups and version bumpmame0148u4
Diffstat (limited to 'src/mess/machine/nes_jaleco.h')
-rw-r--r-- | src/mess/machine/nes_jaleco.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/nes_jaleco.h b/src/mess/machine/nes_jaleco.h index fd9971d324f..b621c38c2f8 100644 --- a/src/mess/machine/nes_jaleco.h +++ b/src/mess/machine/nes_jaleco.h @@ -147,10 +147,10 @@ protected: UINT16 m_irq_count, m_irq_count_latch; UINT8 m_irq_mode; int m_irq_enable; - + static const device_timer_id TIMER_IRQ = 0; emu_timer *irq_timer; - + UINT8 m_mmc_prg_bank[3]; UINT8 m_mmc_vrom_bank[8]; |