mirror of
https://github.com/holub/mame
synced 2025-07-07 02:50:50 +03:00
[h8 cpu] fix a typo in the array length of the register names string
This commit is contained in:
parent
fbe6e54400
commit
cb8d5e410c
@ -281,7 +281,7 @@ void h8_device::disassemble_am(char *&buffer, int am, offs_t pc, const UINT8 *op
|
||||
"e0", "e1", "e2", "e3", "e4", "e5", "e6", "e7",
|
||||
};
|
||||
|
||||
static const char *const r32_names[88] = {
|
||||
static const char *const r32_names[8] = {
|
||||
"er0", "er1", "er2", "er3", "er4", "er5", "er6", "sp",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user