summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarist.h')
-rw-r--r--src/mame/includes/atarist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/atarist.h b/src/mame/includes/atarist.h
index 0add260a05b..2c4d97fac46 100644
--- a/src/mame/includes/atarist.h
+++ b/src/mame/includes/atarist.h
@@ -128,7 +128,7 @@ public:
m_led(*this, "led1")
{ }
- required_device<cpu_device> m_maincpu;
+ required_device<m68000_base_device> m_maincpu;
required_device<wd1772_device> m_fdc;
required_device_array<floppy_connector, 2> m_floppy;
required_device<mc68901_device> m_mfp;
@@ -326,7 +326,6 @@ public:
bitmap_rgb32 m_bitmap;
DECLARE_FLOPPY_FORMATS(floppy_formats);
- IRQ_CALLBACK_MEMBER(atarist_int_ack);
int m_monochrome;
required_device<palette_device> m_palette;
@@ -336,6 +335,7 @@ public:
void common(machine_config &config);
void st(machine_config &config);
void ikbd_map(address_map &map);
+ void cpu_space_map(address_map &map);
void st_map(address_map &map);
protected:
void keyboard(machine_config &config);