From aff63a211e9b1e397adb9dce726d8153beb96dcd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 30 Dec 2020 16:55:06 +0100 Subject: - 7seg is a subdevice of the VIA 6522 now, registering to a small sub-bus --- emu/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'emu/CMakeLists.txt') diff --git a/emu/CMakeLists.txt b/emu/CMakeLists.txt index 6e13d00..5d8465c 100644 --- a/emu/CMakeLists.txt +++ b/emu/CMakeLists.txt @@ -25,6 +25,7 @@ set(SRC bus.c 6502.c memory.c + 6522.c 7seg.c emul.c ) -- cgit v1.2.3-54-g00ecf