Should be the last one for now.
This commit is contained in:
parent
7e702131d3
commit
37fb7c8b5a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue