From faeedc757c8e53affa4d94f471e5f75be2bc0f3b Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Mon, 6 Nov 2017 20:45:24 +0100 Subject: einstein: Major cleanup, add a ADC0844 device The analogue joystick is now emulated. Also fixed a few minor issues with the memory map. This also adds a generic Z80 dasisy chain device, for use in drivers with non-Z80 peripherals. --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index d5a30d27756..d6f08b7c8ce 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3287,3 +3287,15 @@ if (MACHINES["I82586"]~=null) then MAME_DIR .. "src/devices/machine/i82586.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/adc0844.h,MACHINES["ADC0844"] = true +--------------------------------------------------- + +if (MACHINES["ADC0844"]~=null) then + files { + MAME_DIR .. "src/devices/machine/adc0844.cpp", + MAME_DIR .. "src/devices/machine/adc0844.h", + } +end -- cgit v1.2.3-70-g09d2