Modifications, commenting and addition of stubs to get everything to compile
[fuzix_sim.git] / z180 / z180ed.hxx
index 6892510..9a74494 100644 (file)
@@ -1,9 +1,14 @@
 // license:BSD-3-Clause
 // copyright-holders:Juergen Buchmueller
+#include <assert.h> /* Nick */
 OP(illegal,2)
 {
+#if 1
+ assert(false);
+#else
        logerror("Z180 '%s' ill. opcode $ed $%02x\n",
                        tag(), m_ocache->read_byte((_PCD-1)&0xffff));
+#endif
 }
 
 /**********************************************************