Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ | 2024-09-27 | 1 | -5/+5 | |
| | | | | (#12822) | ||||
* | bus/spectrum: Changed m_romcs type int->bool. | 2024-02-18 | 1 | -2/+2 | |
| | |||||
* | Move format #includes out of header files | 2023-10-12 | 1 | -1/+0 | |
| | |||||
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ | 2023-06-01 | 1 | -1/+1 | |
| | | | | function signatures. (#11283) [Ryan Holtz] | ||||
* | devices/*: Removed extra semicolons after function bodies in headers. (#9275) | 2022-02-06 | 1 | -3/+3 | |
| | |||||
* | floppies: Turn the format arrays into function calls. Create a default ↵ | 2021-03-02 | 1 | -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 | 2020-07-22 | 1 | -1/+6 | |
| | |||||
* | ZX-Spectrum Beta-disk interfaces improvements, all V2-V5 models should work ↵ | 2020-05-31 | 1 | -0/+1 | |
| | | | | fine now | ||||
* | ZX-Spectrum Beta-disc FDCs: modernize/fix FDD motor control | 2020-05-26 | 1 | -0/+4 | |
| | |||||
* | push forward with the spectrum betadisc stuff, now system at least boots ↵ | 2019-08-31 | 1 | -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) | 2019-08-29 | 1 | -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) |