Skip to content

Commit

Permalink
cpu/m6805: Split off HD6305/63705 emulation to a separate source file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrhacker committed Dec 1, 2024
1 parent 442a985 commit 7a5fcb5
Show file tree
Hide file tree
Showing 11 changed files with 748 additions and 727 deletions.
2 changes: 2 additions & 0 deletions scripts/src/cpu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2000,6 +2000,8 @@ if CPUS["M6805"] then
MAME_DIR .. "src/devices/cpu/m6805/m6805.h",
MAME_DIR .. "src/devices/cpu/m6805/m6805defs.h",
MAME_DIR .. "src/devices/cpu/m6805/6805ops.hxx",
MAME_DIR .. "src/devices/cpu/m6805/hd6305.cpp",
MAME_DIR .. "src/devices/cpu/m6805/hd6305.h",
MAME_DIR .. "src/devices/cpu/m6805/m68705.cpp",
MAME_DIR .. "src/devices/cpu/m6805/m68705.h",
MAME_DIR .. "src/devices/cpu/m6805/m68hc05.cpp",
Expand Down
Loading

0 comments on commit 7a5fcb5

Please sign in to comment.