summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/hshavoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hshavoc.cpp')
-rw-r--r--src/mame/drivers/hshavoc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hshavoc.cpp b/src/mame/drivers/hshavoc.cpp
index 2706b98c034..4a9e6213155 100644
--- a/src/mame/drivers/hshavoc.cpp
+++ b/src/mame/drivers/hshavoc.cpp
@@ -114,9 +114,9 @@ ROM_END
DRIVER_INIT_MEMBER(md_boot_state,hshavoc)
{
int x;
- UINT16 *src = (UINT16 *)memregion("maincpu")->base();
+ uint16_t *src = (uint16_t *)memregion("maincpu")->base();
- static const UINT16 typedat[16] = {
+ static const uint16_t typedat[16] = {
1,1,1,1, 1,1,1,1,
1,0,0,1, 1,0,1,1 };