summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/28fxxx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Detect array members that can't be replicated and manually register each ↵ Aaron Giles2021-04-191-2/+0
| | | | item instead. Remove old ALLOW_SAVE_TYPE now that enums are implicitly supported. Add stricter checking of endpoint offsets. Some other cleanups.
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
|
* (nw) misc cleanup: Vas Crabb2019-09-191-1/+2
| | | | | | * Fix path for coleco cartridge bus header * Remove some assert_always * Fix some comments that seem to have been victims of scripted editing
* 28fxxx: add am28f020 (nw) Patrick Mackinlay2018-09-201-0/+6
|
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove ↵ AJR2018-06-241-1/+1
| | | | now-superfluous .get() in many drivers/devices (nw)
* 28fxxx: initial commit for new flash memory device (#2805) Patrick Mackinlay2017-11-161-0/+236
Implementation of 28F010 and family flash memory devices. These are not compatible with the JEDEC-standard flash command protocol implemented in intelfsh.