devices working

This commit is contained in:
2026-07-16 14:05:01 +10:00
parent 42fab467f1
commit fb3efc77c3
7 changed files with 123 additions and 25 deletions

View File

@@ -5,7 +5,8 @@ sources = files(
'src/emu.c',
'src/memory.c',
'src/instruction.c',
'src/util.c'
'src/util.c',
'src/device.c'
)
asmSources = files(