1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 15:17:45 +00:00

UserspaceEmulator: Move SimpleRegion to its own files

This commit is contained in:
Andreas Kling 2020-07-13 11:21:41 +02:00
parent 4d3787ae33
commit 3d42b85969
4 changed files with 133 additions and 56 deletions

View file

@ -1,7 +1,8 @@
set(SOURCES
Emulator.cpp
SimpleRegion.cpp
SoftCPU.cpp
SoftMMU.cpp
Emulator.cpp
main.cpp
)