rename misleading i8085cpu.h to i8085ops.hxx (nw)

This commit is contained in:
hap 2017-11-14 03:02:39 +01:00
parent 49de682ec5
commit 2e857fa8bd
3 changed files with 2 additions and 2 deletions

View File

@ -832,7 +832,7 @@ if (CPUS["I8085"]~=null) then
files {
MAME_DIR .. "src/devices/cpu/i8085/i8085.cpp",
MAME_DIR .. "src/devices/cpu/i8085/i8085.h",
MAME_DIR .. "src/devices/cpu/i8085/i8085cpu.h",
MAME_DIR .. "src/devices/cpu/i8085/i8085ops.hxx",
}
end

View File

@ -103,7 +103,7 @@
#include "emu.h"
#include "debugger.h"
#include "i8085.h"
#include "i8085cpu.h"
#include "i8085ops.hxx"
#define VERBOSE 0
#include "logmacro.h"