Fix merge mistake

This commit is contained in:
Jasmine Iwanek
2022-11-15 21:32:26 -05:00
parent b4fd6e1069
commit 694f2b47cc
2 changed files with 0 additions and 11 deletions

View File

@@ -164,9 +164,6 @@ static int cyrix_addr;
static void cpu_write(uint16_t addr, uint8_t val, void *priv);
static uint8_t cpu_read(uint16_t addr, void *priv);
static void cpu_write(uint16_t addr, uint8_t val, void *priv);
static uint8_t cpu_read(uint16_t addr, void *priv);
#ifdef ENABLE_CPU_LOG
int cpu_do_log = ENABLE_CPU_LOG;

View File

@@ -383,14 +383,6 @@ fdd_is_dd(int drive)
return (drive_types[fdd[drive].type].flags & 0x70) == 0x10;
}
#if 0
int
fdd_is_hd(int drive)
{
return drive_types[fdd[drive].type].flags & FLAG_HOLE1;
}
#endif
int
fdd_is_hd(int drive)
{