summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-12-24 07:24:51 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-12-24 07:24:51 +0000
commitca546caa6e2932e504d020fb80b6cc0e8665cea9 (patch)
treeaa9f12d46b8088c24d1ff5322d0808c0aacce42c /src/mess/includes
parentefaac9818f3f4511f7ad5201fcfe3bbd22c007a4 (diff)
Cleanups and version bumpmame0152
Diffstat (limited to 'src/mess/includes')
-rw-r--r--src/mess/includes/mc1502.h10
-rw-r--r--src/mess/includes/poisk1.h4
-rw-r--r--src/mess/includes/prof80.h2
3 files changed, 8 insertions, 8 deletions
diff --git a/src/mess/includes/mc1502.h b/src/mess/includes/mc1502.h
index 7348f0071da..a5c973bf0f5 100644
--- a/src/mess/includes/mc1502.h
+++ b/src/mess/includes/mc1502.h
@@ -77,11 +77,11 @@ public:
DECLARE_WRITE8_MEMBER(mc1502_kppi_portb_w);
DECLARE_WRITE8_MEMBER(mc1502_kppi_portc_w);
/*
- TIMER_CALLBACK_MEMBER(fdc_motor_callback);
- static struct {
- int fdc_motor_on;
- emu_timer *fdc_motor_timer;
- } m_motor;
+ TIMER_CALLBACK_MEMBER(fdc_motor_callback);
+ static struct {
+ int fdc_motor_on;
+ emu_timer *fdc_motor_timer;
+ } m_motor;
*/
const char *m_cputag;
};
diff --git a/src/mess/includes/poisk1.h b/src/mess/includes/poisk1.h
index 87f97c8ab47..8497c543d4c 100644
--- a/src/mess/includes/poisk1.h
+++ b/src/mess/includes/poisk1.h
@@ -16,7 +16,7 @@
#include "machine/xsu_cards.h"
#include "sound/speaker.h"
-#define POISK1_UPDATE_ROW(name) \
+#define POISK1_UPDATE_ROW(name) \
void name(bitmap_rgb32 &bitmap, const rectangle &cliprect, UINT8 *videoram, UINT16 ma, UINT8 ra, UINT8 stride)
class p1_state : public driver_device
@@ -49,7 +49,7 @@ public:
DECLARE_MACHINE_RESET(poisk1);
IRQ_CALLBACK_MEMBER(p1_irq_callback);
-
+
virtual void palette_init();
virtual void video_start();
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
diff --git a/src/mess/includes/prof80.h b/src/mess/includes/prof80.h
index da3efc8c0c6..b43fccc3223 100644
--- a/src/mess/includes/prof80.h
+++ b/src/mess/includes/prof80.h
@@ -17,7 +17,7 @@
#include "machine/upd765.h"
#define Z80_TAG "z1"
-#define MMU_TAG "mmu"
+#define MMU_TAG "mmu"
#define UPD765_TAG "z38"
#define UPD1990A_TAG "z43"
#define RS232_A_TAG "rs232a"