Skip to content

Commit b2299da

Browse files
authored
Merge pull request #5 from ProdOrDev/main
remove the wrongly included interrupt tests
2 parents f1b771b + 128890c commit b2299da

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

generation/z80_opcodes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ const Z80_opcode_matrix_premn = {
602602
//0xFD: new Z80_opcode_info(0xFD, Z80_MN.),
603603
0xFE: new Z80_opcode_info(0xFE, Z80_MN.CP_a_n, ''),
604604
0xFF: new Z80_opcode_info(0xFF, Z80_MN.RST_o, '', '7'),
605-
0x100: new Z80_opcode_info(0x100, Z80_MN.IRQ, 'IRQ'),
606-
0x101: new Z80_opcode_info(0x101, Z80_MN.RESET, 'RESET')
605+
// 0x100: new Z80_opcode_info(0x100, Z80_MN.IRQ, 'IRQ'),
606+
// 0x101: new Z80_opcode_info(0x101, Z80_MN.RESET, 'RESET')
607607
};
608608

609609
function Z80_fill_mnemonics(what) {
@@ -1296,4 +1296,4 @@ const Z80_ED_opcode_matrix = Object.freeze(Z80_fill_mnemonics(Z80_ED_opcode_matr
12961296
function Z80_fetch_decoded(opcode, prefix) {
12971297
let r = z80_decoded_opcodes[Z80_prefix_to_codemap[prefix] + opcode];
12981298
return r;
1299-
}
1299+
}

v1/100.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

v1/101.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)