summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/tms34061.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/tms34061.h')
-rw-r--r--src/emu/video/tms34061.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/video/tms34061.h b/src/emu/video/tms34061.h
index 89c0af737e9..745c0e76ccb 100644
--- a/src/emu/video/tms34061.h
+++ b/src/emu/video/tms34061.h
@@ -76,7 +76,7 @@ public:
/* video update handling */
void get_display_state();
-
+
struct tms34061_display m_display;
protected:
@@ -84,7 +84,7 @@ protected:
virtual void device_config_complete();
virtual void device_start();
virtual void device_reset();
-
+
private:
UINT16 m_regs[TMS34061_REGCOUNT];
UINT16 m_xmask;
@@ -96,7 +96,7 @@ private:
UINT8 * m_shiftreg;
emu_timer * m_timer;
screen_device *m_screen;
-
+
void update_interrupts(void);
TIMER_CALLBACK_MEMBER( interrupt );
void register_w(address_space &space, offs_t offset, UINT8 data);