summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hp48.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/hp48.cpp')
-rw-r--r--src/mame/machine/hp48.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/machine/hp48.cpp b/src/mame/machine/hp48.cpp
index a8e95d35a45..8d205d50672 100644
--- a/src/mame/machine/hp48.cpp
+++ b/src/mame/machine/hp48.cpp
@@ -9,11 +9,12 @@
**********************************************************************/
#include "emu.h"
-#include "cpu/saturn/saturn.h"
+#include "includes/hp48.h"
+#include "cpu/saturn/saturn.h"
#include "machine/nvram.h"
-#include "includes/hp48.h"
+#include "screen.h"
/***************************************************************************
@@ -913,7 +914,7 @@ void hp48_state::hp48_encode_nibble( uint8_t* dst, uint8_t* src, int size )
/* ----- card images ------ */
-const device_type HP48_PORT = &device_creator<hp48_port_image_device>;
+const device_type HP48_PORT = device_creator<hp48_port_image_device>;
/* helper for load and create */
void hp48_port_image_device::hp48_fill_port()