mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
cpu16dasm.cpp: Fix weird editing error
This commit is contained in:
parent
1382af68f4
commit
11ced20543
@ -942,7 +942,7 @@ const cpu16_disassembler::opcode_info cpu16_disassembler::s_opinfo[4][256] =
|
||||
{ "ediv", cpu16_disassembler::mode::INH, 0 },
|
||||
{ "edivs", cpu16_disassembler::mode::INH, 0 },
|
||||
{ "idiv", cpu16_disassembler::mode::INH, 0 },
|
||||
{ "fdiv", cpu16_/disassembler::mode::INH, 0 },
|
||||
{ "fdiv", cpu16_disassembler::mode::INH, 0 },
|
||||
{ "tpd", cpu16_disassembler::mode::INH, 0 },
|
||||
{ "tdp", cpu16_disassembler::mode::INH, 0 },
|
||||
{ "", cpu16_disassembler::mode::UND, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user