From 2141d5279460db2064e12e762232047fd46ca917 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 27 May 2017 15:41:26 -0400 Subject: [PATCH] Corrected typo. Now at 696 failures. --- Processors/Z80/Z80.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processors/Z80/Z80.hpp b/Processors/Z80/Z80.hpp index 9220b2b38..b51289d78 100644 --- a/Processors/Z80/Z80.hpp +++ b/Processors/Z80/Z80.hpp @@ -354,7 +354,7 @@ template class Processor: public MicroOpScheduler { #undef NOP_ROW } - void assembled_cd_page(InstructionPage &target, RegisterPair &index, bool add_offsets) { + void assemble_cb_page(InstructionPage &target, RegisterPair &index, bool add_offsets) { #define OCTO_OP_GROUP(x) OP_GROUP(x), OP_GROUP(x), OP_GROUP(x), OP_GROUP(x), OP_GROUP(x), OP_GROUP(x), OP_GROUP(x), OP_GROUP(x) InstructionTable cb_program_table = { /* 0x00 RLC B; 0x01 RLC C; 0x02 RLC D; 0x03 RLC E; 0x04 RLC H; 0x05 RLC L; 0x06 RLC (HL); 0x07 RLC A */