mirror of
https://github.com/holub/mame
synced 2025-05-31 10:01:51 +03:00
Fixed misaligned table.
This commit is contained in:
parent
4b092a9122
commit
8125878cfa
@ -3412,8 +3412,8 @@ static const char *handler_to_string(const address_table *table, UINT8 entry)
|
||||
"ram[52]", "ram[53]", "ram[54]", "ram[55]",
|
||||
"ram[56]", "ram[57]", "ram[58]", "ram[59]",
|
||||
"ram[60]", "ram[61]", "ram[62]", "ram[63]",
|
||||
"ram[64]", "ram[65]", "ram[66]", "ram[67]",
|
||||
"ram[68]", "rom", "nop", "unmapped"
|
||||
"ram[64]", "ram[65]", "ram[66]", "ram",
|
||||
"rom", "nop", "unmapped", "watchpoint"
|
||||
};
|
||||
|
||||
/* constant strings for lower entries */
|
||||
|
Loading…
Reference in New Issue
Block a user