From 6202423dccbe3a020e396005834eee186b7b5552 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Fri, 31 Oct 2025 23:37:18 +0100 Subject: dsp563xx: Implement enough to make the dsp56311 reach the first stage bootloader at 0x100 in the virus b. --- scripts/src/cpu.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/src/cpu.lua') diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 4dddc7cd6a9..e5bc0a00d0b 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -4296,6 +4296,8 @@ if CPUS["DSP563XX"] then MAME_DIR .. "src/devices/cpu/dsp563xx/dsp56362.h", MAME_DIR .. "src/devices/cpu/dsp563xx/dsp56364.cpp", MAME_DIR .. "src/devices/cpu/dsp563xx/dsp56364.h", + MAME_DIR .. "src/devices/cpu/dsp563xx/hi08.cpp", + MAME_DIR .. "src/devices/cpu/dsp563xx/hi08.h", } end -- cgit v1.2.3