Added Pentium and Pentium MMX emulation.
This commit is contained in:
parent
aecf865c2c
commit
13226a2bd4
13 changed files with 1536 additions and 16 deletions
2
src/pc.c
2
src/pc.c
|
|
@ -172,8 +172,8 @@ void onesec()
|
|||
|
||||
void pc_reset()
|
||||
{
|
||||
resetx86();
|
||||
cpu_set();
|
||||
resetx86();
|
||||
//timer_reset();
|
||||
dma_reset();
|
||||
fdc_reset();
|
||||
|
|
|
|||
Loading…
Reference in a new issue