Home
last modified time | relevance | path

Searched refs:BXPN_FLOPPYB_PATH (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/bochs/bochs-2.7/
H A Dparam_names.h136 #define BXPN_FLOPPYB_PATH "floppy.1.path" macro
/dports/emulators/bochs/bochs-2.7/gui/
H A Dgui.cc349 if (!strcmp(SIM->get_param_string(BXPN_FLOPPYB_PATH)->getptr(), SuperDrive)) in update_drive_status_buttons()
/dports/emulators/bochs/bochs-2.7/iodev/
H A Dfloppy.cc1122 const char *pname = (drive == 0) ? BXPN_FLOPPYA_PATH : BXPN_FLOPPYB_PATH; in floppy_xfer()