Home
last modified time | relevance | path

Searched refs:drive_set_disk_drive_type (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/vice/vice-3.5/src/drive/
H A Ddrive.h366 extern int drive_set_disk_drive_type(unsigned int drive_type,
H A Ddrive-resources.c217 drive_set_disk_drive_type(type, diskunit_context[dnr]); in drive_resources_type()
H A Ddrive.c372 int drive_set_disk_drive_type(unsigned int type, struct diskunit_context_s *drv) in drive_set_disk_drive_type() function
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/drive/
H A Ddrive.h364 extern int drive_set_disk_drive_type(unsigned int drive_type,
H A Ddrive-resources.c221 drive_set_disk_drive_type(type, drive_context[dnr]); in drive_resources_type()
H A Ddrive.c331 int drive_set_disk_drive_type(unsigned int type, struct drive_context_s *drv) in drive_set_disk_drive_type() function
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A DChangeLog.11973 * drive/drive.c (drive_set_disk_drive_type): Set color of active
6451 (drive_set_disk_drive_type): fix 2031 handling
8326 (drive_init, drive_set_disk_drive_type): Set disk side to `0'.
H A DChangeLog.21864 drive_set_disk_drive_type): add 2040/3040/4040 support
8545 drive_set_active_led_color, drive_set_disk_drive_type,
H A DChangeLog.44863 (drive_set_1571_sync_factor, drive_set_disk_drive_type): Use
9766 (drive_set_disk_drive_type): Load 1551 ROM.
H A DChangeLog.58927 (drive_set_disk_drive_type): Pass drive context pointer.