Implement NEC V20/V30's i8080 emulation mode

This commit is contained in:
Cacodemon345
2024-03-30 16:21:41 +06:00
parent 4e4ad8913c
commit 99e8d13afa
6 changed files with 1025 additions and 365 deletions

View File

@@ -29,7 +29,7 @@ add_library(cpu OBJECT
x86seg_2386.c
x87.c
x87_timings.c
8080.c
i8080.c
)
if(AMD_K5)