Separate PAL/NTSC modes for vsync_adjust.

This commit is contained in:
sorgelig
2019-02-05 15:07:44 +08:00
parent 3c377474a1
commit 0a89c2cd80
6 changed files with 73 additions and 51 deletions

View File

@@ -197,6 +197,11 @@ static void dma_nak(void) {
DisableFpga();
}
static char user_io_dip_switch1()
{
return 0;
}
static void handle_acsi(unsigned char *buffer) {
static unsigned char asc[2] = { 0,0 };
unsigned char target = buffer[19] >> 5;