Home
last modified time | relevance | path

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

/dports/devel/z88dk/z88dk/libsrc/target/zx/
H A Dzx_cpm.lst43 target/zx/zxmmc/clock32
44 target/zx/zxmmc/cs_high
45 target/zx/zxmmc/cs_low
46 target/zx/zxmmc/mmc_command
47 target/zx/zxmmc/mmc_fastpage
48 target/zx/zxmmc/mmc_getpage
49 target/zx/zxmmc/mmc_get_cid_csd
50 target/zx/zxmmc/mmc_init
51 target/zx/zxmmc/mmc_load
52 target/zx/zxmmc/mmc_read_block
[all …]
H A Dspectrum.lst103 target/zx/zxmmc/clock32
104 target/zx/zxmmc/cs_high
105 target/zx/zxmmc/cs_low
106 target/zx/zxmmc/mmc_command
107 target/zx/zxmmc/mmc_fastpage
108 target/zx/zxmmc/mmc_getpage
109 target/zx/zxmmc/mmc_get_cid_csd
110 target/zx/zxmmc/mmc_init
111 target/zx/zxmmc/mmc_load
112 target/zx/zxmmc/mmc_read_block
[all …]
/dports/emulators/fuse/fuse-1.6.0/
H A Dperiph.c428 int ide, simpleide, zxatasp, zxcf, divide, divmmc, zxmmc; in update_ide_menu() local
435 zxmmc = settings_current.zxmmc_enabled; in update_ide_menu()
437 ide = simpleide || zxatasp || zxcf || divide || divmmc || zxmmc; in update_ide_menu()
445 ui_menu_activate( UI_MENU_ITEM_MEDIA_IDE_ZXMMC, zxmmc ); in update_ide_menu()
H A Dfuse.c150 const char *zxmmc; member
614 start_files->zxmmc = utils_safe_strdup( settings_current.zxmmc_file ); in setup_start_files()
679 start_files->zxmmc = filename; in parse_nonoption_args()
929 if( start_files->zxmmc ) { in do_start_files()
930 error = zxmmc_insert( start_files->zxmmc ); in do_start_files()
H A Dsettings.dat195 zxmmc_enabled, boolean, 0,, zxmmc
196 zxmmc_file, string, NULL,, zxmmc-file
H A DMakefile.in260 peripherals/ide/zxmmc.c peripherals/nic/enc28j60.c \
471 peripherals/ide/zxcf.$(OBJEXT) peripherals/ide/zxmmc.$(OBJEXT) \
874 peripherals/ide/zxmmc.c $(am__append_18) $(am__append_19) \
931 peripherals/ide/zxmmc.h peripherals/flash/am29f010.h \
1613 peripherals/ide/zxmmc.$(OBJEXT): peripherals/ide/$(am__dirstamp) \
2129 @AMDEP_TRUE@@am__include@ @am__quote@peripherals/ide/$(DEPDIR)/zxmmc.Po@am__quote@
/dports/emulators/fuse/fuse-1.6.0/peripherals/
H A DMakefile.am60 peripherals/ide/zxmmc.c
110 peripherals/ide/zxmmc.h \
/dports/devel/z88dk/z88dk/libsrc/target/zx/diagnostic/
H A Dzx_zxmmc.asm8 ; - 0 (false) zxmmc interface is not present
/dports/devel/z88dk/z88dk/lib/target/zx/def/
H A Dzxmmc.def5 ; $Id: zxmmc.def,v 1.1 2010-03-12 15:21:13 stefano Exp $
/dports/emulators/fuse/fuse-1.6.0/data/shell-completion/bash/
H A Dfuse74 --zxatasp-masterfile|--zxatasp-slavefile|--zxcf-cffile|--zxmmc-file)
248 --no-zxatasp-write-protect --no-zxcf --no-zxcf-upload --no-zxmmc
282 --zxmmc --zxmmc-file --zxprinter' -- "$cur" ) )