IO initial states are correct

This commit is contained in:
2025-05-31 09:47:01 -06:00
parent 8ef1a5cd60
commit 2543ba04b5
8 changed files with 76 additions and 33 deletions

View File

@ -9,6 +9,7 @@
#include <audio.h>
#include <cart.h>
#include <debug.h>
#include <serial.h>
#ifdef _WIN32
#include <windows.h>
@ -69,6 +70,7 @@ void emu_reset() {
cpu_init();
audio_init();
cart_init();
serial_init();
}
void emu_start() {