summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes')
-rw-r--r--src/mess/includes/b2m.h2
-rw-r--r--src/mess/includes/nes.h4
-rw-r--r--src/mess/includes/special.h2
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 );
};