From 44d5c1b8ab2ef3c06e831f901d0ab95262073bd7 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 5 Nov 2013 06:59:51 +0000 Subject: Cleanups and version bump --- src/mess/includes/at.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mess/includes/at.h') diff --git a/src/mess/includes/at.h b/src/mess/includes/at.h index 32f1d024aca..001e57c1833 100644 --- a/src/mess/includes/at.h +++ b/src/mess/includes/at.h @@ -50,11 +50,11 @@ public: : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu") { } required_device m_maincpu; - + DECLARE_DRIVER_INIT(at586); - + UINT8 m_at_offset1; - + enum { TYPE_586 }; -- cgit v1.2.3-70-g09d2