summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/baraduke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/baraduke.h')
-rw-r--r--src/mame/includes/baraduke.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/baraduke.h b/src/mame/includes/baraduke.h
index 3a656b0ce08..a9889e95f11 100644
--- a/src/mame/includes/baraduke.h
+++ b/src/mame/includes/baraduke.h
@@ -9,7 +9,7 @@ public:
m_videoram(*this, "videoram"),
m_textram(*this, "textram"),
m_maincpu(*this, "maincpu"),
- m_cus30(*this, "namco") { }
+ m_cus30(*this, "namco") { }
int m_inputport_selected;
int m_counter;
@@ -17,7 +17,7 @@ public:
required_shared_ptr<UINT8> m_videoram;
required_shared_ptr<UINT8> m_textram;
required_device<cpu_device> m_maincpu;
- required_device<namco_cus30_device> m_cus30;
+ required_device<namco_cus30_device> m_cus30;
tilemap_t *m_tx_tilemap;
tilemap_t *m_bg_tilemap[2];
int m_xscroll[2];