summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sis5513_ide.cpp
Commit message (Collapse)AuthorAgeFilesLines
* machine/sis5513_ide: housecleaning angelosa2024-02-291-0/+1
|
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
| | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution.
* Ranges in case statements are not supported by all compilers yz70s2022-06-041-2/+4
|
* Initial work towards a sis630 based chipset driver (#9635) Angelo Salese2022-05-231-0/+363
- Add more or less complete implementations of sis630_host, sis950_lpc, sis630_gui, sis5513_ide, sis7001_usb, sis7018_audio, sis900_eth devices; - Removed gamecstl.cpp in favour to the new sis630.cpp driver; - i386.cpp: enable CMOV feature for Pentium III and 4; - i386.cpp: add PSN stub feature for Pentium III; New machines marked as NOT_WORKING ---------------------------------- Shuttle MS-11 [Angelo Salese, archive.org]