Configure the Z80 emulator as Zilog NMOS by default
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user