summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jpmsys5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jpmsys5.h')
-rw-r--r--src/mame/includes/jpmsys5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/jpmsys5.h b/src/mame/includes/jpmsys5.h
index 0cb2c8d0f99..5828118acf6 100644
--- a/src/mame/includes/jpmsys5.h
+++ b/src/mame/includes/jpmsys5.h
@@ -18,13 +18,13 @@ public:
m_maincpu(*this, "maincpu"),
m_upd7759(*this, "upd7759"),
m_tms34061(*this, "tms34061"),
- m_vfd(*this, "vfd") { }
-
+ m_vfd(*this, "vfd") { }
+
required_device<cpu_device> m_maincpu;
required_device<upd7759_device> m_upd7759;
optional_device<tms34061_device> m_tms34061;
optional_device<roc10937_t> m_vfd;
-
+
UINT8 m_palette[16][3];
int m_pal_addr;
int m_pal_idx;