summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cesclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cesclass.c')
-rw-r--r--src/mame/drivers/cesclass.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/cesclass.c b/src/mame/drivers/cesclass.c
index ec1c00c2de5..96f8f4193f6 100644
--- a/src/mame/drivers/cesclass.c
+++ b/src/mame/drivers/cesclass.c
@@ -16,14 +16,14 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }
-
+
DECLARE_READ16_MEMBER(_60000_r);
-
+
protected:
-
+
// devices
required_device<cpu_device> m_maincpu;
-
+
// driver_device overrides
virtual void video_start();
virtual bool screen_update(screen_device &screen, bitmap_t &bitmap, const rectangle &cliprect);