diff options
| author | 2012-12-17 07:22:20 +0000 | |
|---|---|---|
| committer | 2012-12-17 07:22:20 +0000 | |
| commit | 436d2f757f0c32573ea41013e8b10ca07ed6fc08 (patch) | |
| tree | 77fc28a1edb618f19ae38071ed1b7c3316d41f5e /src/mess/includes | |
| parent | 449da4bc62a76ac132892d0f9e7e506fdf5eb586 (diff) | |
Cleanups and version bumpmame0147u4
Diffstat (limited to 'src/mess/includes')
| -rw-r--r-- | src/mess/includes/b2m.h | 2 | ||||
| -rw-r--r-- | src/mess/includes/nes.h | 4 | ||||
| -rw-r--r-- | src/mess/includes/special.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/includes/b2m.h b/src/mess/includes/b2m.h index 64f0e26d6e2..6e8be1c53e0 100644 --- a/src/mess/includes/b2m.h +++ b/src/mess/includes/b2m.h @@ -63,7 +63,7 @@ public: DECLARE_WRITE8_MEMBER(b2m_romdisk_portb_w); DECLARE_WRITE8_MEMBER(b2m_romdisk_portc_w); DECLARE_WRITE_LINE_MEMBER(b2m_pic_set_int_line); - void b2m_fdc_drq(bool state); + void b2m_fdc_drq(bool state); DECLARE_FLOPPY_FORMATS( b2m_floppy_formats ); }; diff --git a/src/mess/includes/nes.h b/src/mess/includes/nes.h index 451c901de9c..d1b30002232 100644 --- a/src/mess/includes/nes.h +++ b/src/mess/includes/nes.h @@ -1,8 +1,8 @@ /***************************************************************************** - nes.h + nes.h - Nintendo Entertainment System (Famicom) + Nintendo Entertainment System (Famicom) ****************************************************************************/ diff --git a/src/mess/includes/special.h b/src/mess/includes/special.h index 6c964f3e6ec..d53187a981e 100644 --- a/src/mess/includes/special.h +++ b/src/mess/includes/special.h @@ -95,7 +95,7 @@ public: UINT32 screen_update_specimx(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); TIMER_CALLBACK_MEMBER(special_reset); TIMER_CALLBACK_MEMBER(setup_pit8253_gates); - void fdc_drq(bool state); + void fdc_drq(bool state); DECLARE_FLOPPY_FORMATS( specimx_floppy_formats ); }; |
