summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/grfd2301.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/grfd2301.cpp')
-rw-r--r--src/mame/drivers/grfd2301.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/grfd2301.cpp b/src/mame/drivers/grfd2301.cpp
index 81b1c036428..967a1a1161a 100644
--- a/src/mame/drivers/grfd2301.cpp
+++ b/src/mame/drivers/grfd2301.cpp
@@ -46,12 +46,14 @@ public:
, m_p_chargen(*this, "chargen")
{ }
+ void grfd2301(machine_config &config);
+
+private:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void grfd2301(machine_config &config);
void io_map(address_map &map);
void mem_map(address_map &map);
-private:
+
virtual void machine_reset() override;
required_shared_ptr<uint8_t> m_p_videoram;
required_device<cpu_device> m_maincpu;