Home
last modified time | relevance | path

Searched refs:dskchg (Results 1 – 8 of 8) sorted by relevance

/dports/devel/z80asm/z80asm-1.8/examples/
H A Dseek.asm32 jp dskchg
42 dskchg: label
/dports/emulators/mess/mame-mame0226/src/devices/imagedev/
H A Dfloppy.h109 int dskchg_r() { return dskchg; } in dskchg_r()
121 void dskchg_w(int state) { if (dskchg_writable) dskchg = state; } in dskchg_w()
184 int dskchg; /* disk changed */ variable
H A Dfloppy.cpp190 dir(0), stp(0), wtg(0), mon(0), ss(0), ds(-1), idx(0), wpt(0), rdy(0), dskchg(0), in floppy_image_device()
338 dskchg = exists() ? 1 : 0; in device_start()
357 save_item(NAME(dskchg)); in device_start()
449 dskchg = 1; in init_floppy_load()
496 dskchg = 0; in call_unload()
703 if (dskchg==0) dskchg = 1; in stp_w()
749 if (dskchg==0) in seek_phase_w()
750 dskchg = 1; in seek_phase_w()
/dports/emulators/mame/mame-mame0226/src/devices/imagedev/
H A Dfloppy.h109 int dskchg_r() { return dskchg; } in dskchg_r()
121 void dskchg_w(int state) { if (dskchg_writable) dskchg = state; } in dskchg_w()
184 int dskchg; /* disk changed */ variable
H A Dfloppy.cpp190 dir(0), stp(0), wtg(0), mon(0), ss(0), ds(-1), idx(0), wpt(0), rdy(0), dskchg(0), in floppy_image_device()
338 dskchg = exists() ? 1 : 0; in device_start()
357 save_item(NAME(dskchg)); in device_start()
449 dskchg = 1; in init_floppy_load()
496 dskchg = 0; in call_unload()
703 if (dskchg==0) dskchg = 1; in stp_w()
749 if (dskchg==0) in seek_phase_w()
750 dskchg = 1; in seek_phase_w()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Bios/
H A DPatch.c106 static void dskchg(void* ref, CpuRegs* cpu);
137 case 0x4013: dskchg(ref, cpu); break; in PatchZ80()
246 static void dskchg(void* ref, CpuRegs* cpu) { in dskchg() function
/dports/emulators/fuse/fuse-1.6.0/peripherals/disk/
H A Dfdd.c162 d->dskchg = d->hdout = 0; in fdd_init()
308 d->ready = d->loaded = d->dskchg = d->hdout = 0; in fdd_unload()
347 if( d->loaded && d->selected ) d->dskchg = 1; in fdd_step()
H A Dfdd.h88 int dskchg; /* disk change signal */ member