summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/hp/hp49gp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/hp/hp49gp.cpp')
-rw-r--r--src/mame/hp/hp49gp.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/hp/hp49gp.cpp b/src/mame/hp/hp49gp.cpp
index 6e69b2ab3bb..c0f9ad02852 100644
--- a/src/mame/hp/hp49gp.cpp
+++ b/src/mame/hp/hp49gp.cpp
@@ -11,6 +11,11 @@
#include "machine/s3c2410.h"
#include "screen.h"
+#include <cstdarg>
+
+
+namespace {
+
#define VERBOSE_LEVEL ( 0 )
struct lcd_spi_t
@@ -341,4 +346,7 @@ ROM_START( hp49gp )
ROMX_LOAD( "31504.bin", 0x0000, 0x4000, CRC(9c71825e) SHA1(0a12b2b70a8573bc90ab5be06e6b2f814b8544ae), ROM_BIOS(1) )
ROM_END
+} // anonymous namespace
+
+
COMP(2009, hp49gp, 0, 0, hp49gp, hp49gp, hp49gp_state, init_hp49gp, "Hewlett Packard", "HP49G+", MACHINE_NOT_WORKING | MACHINE_NO_SOUND)