From 0b7dbf53e0cc56130cb496605fe8c63bb19a49da Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 21 Dec 2023 23:13:15 +1100 Subject: commodore/kim1.cpp: Added view with screen (won't be viable without framebuffer card) and clickable buttons. --- src/devices/bus/kim1/cards.cpp | 3 +- src/mame/commodore/kim1.cpp | 5 +- src/mame/layout/kim1.lay | 378 ++++++++++++++++++++++++++++++++++++++++- 3 files changed, 382 insertions(+), 4 deletions(-) diff --git a/src/devices/bus/kim1/cards.cpp b/src/devices/bus/kim1/cards.cpp index 43386ab353e..a2b860ce922 100644 --- a/src/devices/bus/kim1/cards.cpp +++ b/src/devices/bus/kim1/cards.cpp @@ -9,8 +9,9 @@ #include "emu.h" #include "cards.h" -#include "k1008_vismem.h" #include "k1016_16k.h" +#include "k1008_vismem.h" + void kim1_cards(device_slot_interface &device) { diff --git a/src/mame/commodore/kim1.cpp b/src/mame/commodore/kim1.cpp index 357c4894946..b3568238f2d 100644 --- a/src/mame/commodore/kim1.cpp +++ b/src/mame/commodore/kim1.cpp @@ -65,10 +65,9 @@ TODO: #include "emu.h" -#include "bus/kim1/kim1bus.h" #include "bus/kim1/cards.h" +#include "bus/kim1/kim1bus.h" #include "cpu/m6502/m6502.h" -#include "formats/kim1_cas.h" #include "imagedev/cassette.h" #include "machine/mos6530.h" #include "machine/timer.h" @@ -77,6 +76,8 @@ TODO: #include "softlist_dev.h" #include "speaker.h" +#include "formats/kim1_cas.h" + #include "kim1.lh" diff --git a/src/mame/layout/kim1.lay b/src/mame/layout/kim1.lay index 085dd811761..16fd6aea794 100644 --- a/src/mame/layout/kim1.lay +++ b/src/mame/layout/kim1.lay @@ -10,7 +10,276 @@ license:CC0-1.0 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -32,5 +301,112 @@ license:CC0-1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3