summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spectrum/beta128.h
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-5/+5
| | | | (#12822)
* bus/spectrum: Changed m_romcs type int->bool. Nigel Barnes2024-02-181-2/+2
|
* Move format #includes out of header files AJR2023-10-121-1/+0
|
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-011-1/+1
| | | | function signatures. (#11283) [Ryan Holtz]
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-3/+3
|
* floppies: Turn the format arrays into function calls. Create a default ↵ Olivier Galibert2021-03-021-1/+1
| | | | "mfm", "fm" and "pc" list of formats. Their contents, and which driver uses what, may need some tuning.
* bus/spectrum fix expansion devices chaining MetalliC2020-07-221-1/+6
|
* ZX-Spectrum Beta-disk interfaces improvements, all V2-V5 models should work ↵ MetalliC2020-05-311-0/+1
| | | | fine now
* ZX-Spectrum Beta-disc FDCs: modernize/fix FDD motor control MetalliC2020-05-261-0/+4
|
* push forward with the spectrum betadisc stuff, now system at least boots ↵ David Haywood2019-08-311-1/+1
| | | | | | | | | | | | with it enabled (nw) (#5576) * work towards betadisc (nw) * work towards older betadisk support (nw) * some refactoring (nw) * add note from Metallic (nw)
* Spectrum betadisk stuff (#5564) David Haywood2019-08-291-0/+64
* spectrum bus : rename beta.cpp to beta128.cpp as the original beta is somewhat different (nw) * (nw) * start making a device for the actual original beta disk interfaces (nw) * flesh out beta stuff a bit (nw)