Configure the Z80 emulator as Zilog NMOS by default

This commit is contained in:
redcode
2022-12-01 12:26:30 +01:00
parent ffbe30be21
commit 37909eed59

View File

@@ -1290,6 +1290,7 @@ static int __init ModuleInit(void)
Z80CPU.retn = NULL; Z80CPU.retn = NULL;
Z80CPU.hook = NULL; Z80CPU.hook = NULL;
Z80CPU.illegal = NULL; Z80CPU.illegal = NULL;
Z80CPU.options = Z80_MODEL_ZILOG_NMOS;
mutex_init(&Z80DRV_MUTEX); mutex_init(&Z80DRV_MUTEX);