summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spi_sdcard.cpp
Commit message (Expand)AuthorAgeFilesLines
* -homebrew/linux4004.cpp: Emulated Linux/4004 board. Vas Crabb2024-10-041-3/+27
* machine/spi_sdcard.cpp: More fixes: Vas Crabb2024-10-011-63/+134
* -machine/spi_sdcard.cpp: Generate appropriate CSD for mounted image. Vas Crabb2024-10-011-61/+241
* sinclair/chloe.cpp: Chloe 280SE (Timex TS2068 successor)- New WORKING (#12337) holub2024-06-061-1/+2
* machine/spi_sdcard.cpp: Don't write received data to the command shift regist... holub2024-04-171-44/+23
* machine/spi_sdcard.cpp: Report status for requests of CMD58 (READ_OCR) (#12212) holub2024-04-031-8/+2
* sinclair: Started adding devices for ZX Spectrum Next. [holub] Vas Crabb2024-04-021-3/+4
* srcclean and fix indentation in preparation for MAME 0.264 branch. Vas Crabb2024-03-241-1/+1
* spi_sdcard.cpp: implement SEND_CSD (SD_TYPE_V2) (#12078) holub2024-02-281-4/+39
* akiko, am79c90, i82586, k053252, spi_sdcard, stvcd, t10mmc, t10sbc, t10spc: U... AJR2023-09-171-14/+10
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-3/+2
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-9/+7
* sinclair/pentevo.cpp: New working clone. (#10337) holub2022-10-101-0/+16
* Reduced some redundancy in a few more slot layouts. Vas Crabb2022-07-151-1/+1
* spi_sdcard.cpp: Fixed CMD24 - WRITE_BLOCK. Nigel Barnes2022-06-221-13/+10
* spi_sdcard: Added CMD1 SEND_OP_COND. Nigel Barnes2022-06-051-105/+118
* hard_disk_file: classify Olivier Galibert2022-04-011-4/+4
* srcclean, remove a vestigial thing, and a little cleanup Vas Crabb2021-12-261-2/+2
* spi_sdcard: fix CMD8 response for SDV2/SDHC. [R. Belmont] arbee2021-12-011-5/+5
* spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK (#8913) holub2021-12-011-182/+258
* spi_sdcard: don't use a random number in the CID block, it'll confuse BBC Mic... arbee2021-10-031-1/+1
* spi_sdcard.cpp: Preliminary support for CMD10 (SEND_CID), report CRC16 for da... arbee2021-10-031-0/+36
* spi_sdcard: add a child device which supports the SDV2 (non-HC) standard. [R.... arbee2021-09-181-7/+33
* spi_sdcard: Support CMD16 (SET_BLOCKLEN) for improved SDv2 compatibility. [R.... arbee2021-09-181-5/+25
* apple2: support for the AppleIISD card [R. Belmont, Florian Reitz] arbee2021-09-071-0/+273