initialise a memory structure or smth

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-11 10:23:46 +05:30
parent 84c68a4e00
commit 332f0b87d6
26 changed files with 763 additions and 163 deletions

View File

@@ -1,13 +1,14 @@
lib_sources = files(
'emulator.cc'
'memory.cc',
'bus.cc'
)
subdir('util')
subdir('cpu')
lib = library(
meson.project_name(),
lib_sources,
include_directories: inc,
install: true
)