summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hp48.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hp48.h')
-rw-r--r--src/mame/includes/hp48.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/hp48.h b/src/mame/includes/hp48.h
index f81e4f0bd78..c51542e28c3 100644
--- a/src/mame/includes/hp48.h
+++ b/src/mame/includes/hp48.h
@@ -12,8 +12,8 @@
#pragma once
+#include "cpu/saturn/saturn.h"
#include "machine/hp48_port.h"
-
#include "sound/dac.h"
#include "emupal.h"
#include "screen.h"
@@ -127,7 +127,7 @@ private:
void hp48_common(machine_config &config);
void hp48(address_map &map);
- required_device<cpu_device> m_maincpu;
+ required_device<saturn_device> m_maincpu;
required_device<dac_bit_interface> m_dac;
required_device<palette_device> m_palette;
required_device<screen_device> m_screen;