get rid of memory.cc/.hh
also fix bus' shared pointer in cpu TODO: put cpu in bus not the other way around Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -6,8 +6,7 @@ src = include_directories('../src')
|
||||
|
||||
tests_sources = files(
|
||||
'main.cc',
|
||||
'bus.cc',
|
||||
'memory.cc'
|
||||
'bus.cc'
|
||||
)
|
||||
|
||||
subdir('cpu')
|
||||
|
Reference in New Issue
Block a user