summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/rom
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-9/+3
* bus/bbc/rom: Added the D.E.Talker Speech Synthesizer. Nigel Barnes2026-01-223-0/+123
* bus/bbc/rom: Moved classes into anonymous namespace. Nigel Barnes2025-08-2214-779/+507
* acorn/bbc.cpp: Split drivers by motherboard into bbcb.cpp, bbcbp.cpp, bbcm.cp... Nigel Barnes2025-08-212-12/+29
* bus/bbc/rom/genie: Genie is now formatted on first use. Nigel Barnes2025-02-172-78/+118
* ds1215: modernize and complete emulation Patrick Mackinlay2025-01-022-17/+9
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-279-12/+12
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-091-4/+4
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-7/+4
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-052-4/+4
* API change for device_image_interface AJR2023-03-302-5/+5
* bus/bbc/rom: Added support for the Acornsoft Trilogy Emulator board. Nigel Barnes2022-12-113-0/+43
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-201-1/+1
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-2/+2
* init vars for coverity (bus/a-l) Robbbert2022-04-021-2/+2
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* bus/bbc/rom: Added support for the Gemini DataGem ROM carrier board. Nigel Barnes2020-10-194-0/+151
* bus/bbc/fdc: Added the Kenda Professional DMFS and Microware/UDM DDFS boards. Nigel Barnes2020-08-163-14/+15
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+11
* bbc.cpp: Replaced ROM/RAM memory banks with handlers to allow access from int... Nigel Barnes2019-11-066-7/+111
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-161-1/+1
* srcclean (nw) Vas Crabb2019-05-261-6/+6
* bbc: Implemented PMS Genie ROM device. Nigel Barnes2019-05-123-2/+165
* (nw) Clean up the mess on master Vas Crabb2019-03-2612-0/+1359
* Revert "conflict resolution (nw)" andreasnaive2019-03-2512-1359/+0
* bus/bbc/exp, bus/bbc/rom, ds1315, upd7002: Simplify read/write handlers (nw) AJR2019-03-1412-45/+47
* bbc_cciword: Added missing ROM switching zones for Inter-Word. Nigel Barnes2019-03-101-2/+6
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-4/+4
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1
* bbc: Re-implemented ROM slots to be able to handle non-standard ROM devices, ... Nigel Barnes2019-01-1612-0/+1353