summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segas32.h')
-rw-r--r--src/mame/includes/segas32.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/includes/segas32.h b/src/mame/includes/segas32.h
index 9ea0727ad3a..161d19fe4fb 100644
--- a/src/mame/includes/segas32.h
+++ b/src/mame/includes/segas32.h
@@ -31,7 +31,7 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
-
+
required_device<timer_device> m_irq_timer_0;
required_device<timer_device> m_irq_timer_1;
@@ -269,7 +269,7 @@ public:
protected:
virtual machine_config_constructor device_mconfig_additions() const;
-// virtual void device_start();
+// virtual void device_start();
// virtual void device_reset();
};
@@ -299,4 +299,3 @@ protected:
extern const UINT8 ga2_v25_opcode_table[];
extern const device_type SEGA_S32_PCB;
-