From 37fb7c8b5aa38fbf70856099cb9ea7c0346aff5a Mon Sep 17 00:00:00 2001 From: iq_132 <1191709+iq132@users.noreply.github.com> Date: Tue, 10 Dec 2013 00:48:49 +0000 Subject: [PATCH] Should be the last one for now. --- src/burn/drv/pgm/d_pgm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drv/pgm/d_pgm.cpp b/src/burn/drv/pgm/d_pgm.cpp index 6e0de0770..c7f544ddf 100644 --- a/src/burn/drv/pgm/d_pgm.cpp +++ b/src/burn/drv/pgm/d_pgm.cpp @@ -3044,7 +3044,7 @@ static void pgm_create_theglad_EO_data() { // Replace undumpable area of the arm7 internal rom with a custom-built // version created by David Haywood in order to make game playable - static const UINT16 thegladEOHackData[0x188/2] = { + static UINT16 thegladEOHackData[0x188/2] = { 0x000a, 0xea00, 0xfffe, 0xeaff, 0xfffe, 0xeaff, 0xfffe, 0xeaff, 0xfffe, 0xeaff, 0xfffe, 0xeaff, 0xfffe, 0xeaff, 0xf000, 0xe59f, 0x0010, 0x0800, 0x0010, 0x0800, 0xfffe, 0xeaff, 0xfffe, 0xeaff,