1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// license:BSD-3-Clause // copyright-holders:hap // MM75 opcode handlers #include "emu.h" #include "mm75.h" // opcodes (differences with mm76_device) void mm75_device::op_ios() { // IOS: does not have serial I/O op_illegal(); }