summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-235-31/+13
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-228-32/+8
* New working software list additions Nigel Barnes2026-02-204-3/+7
* bus/bbc/tube: Added the CMS 6502 2nd Processor. Nigel Barnes2026-01-223-1/+144
* bus/bbc/rom: Added the D.E.Talker Speech Synthesizer. Nigel Barnes2026-01-223-0/+123
* bus/bbc/tube/tube_arm.cpp: Added BIOS option for Brazil v-.006 (11th July 1986). Nigel Barnes2025-10-191-2/+4
* bus/bbc/exp/mertec.cpp: Fix crash on validation after e9d5d4cafe422af17eefd08... AJR2025-09-201-1/+2
* bus/bbc/analogue/lightpen.cpp: Removed root screen device finder, screen now ... Nigel Barnes2025-09-206-8/+25
* bus/bbc/exp: Added ROM handlers to the slot interface. Nigel Barnes2025-09-169-74/+255
* electron_plus1: Light pens are not supported AJR2025-09-132-6/+12
* bus/bbc/analogue: Added Micro Mike and light pen devices Datapen Light Pen, T... Nigel Barnes2025-09-135-8/+409
* machine/upd7002.cpp: Replaced custom delegates with devcb. Nigel Barnes2025-09-1316-546/+327
* bus/bbc/tube: Moved classes into anonymous namespace. Nigel Barnes2025-09-1326-1486/+1121
* bus/bbc/userport: Moved classes into anonymous namespace. Nigel Barnes2025-09-0318-663/+368
* bus/bbc/cart: Moved classes into anonymous namespace. Nigel Barnes2025-09-0310-270/+123
* bus/bbc/modem: Moved classes into anonymous namespace. Nigel Barnes2025-09-026-166/+112
* bus/bbc/joyport: Moved classes into anonymous namespace. Nigel Barnes2025-09-024-159/+80
* bus/bbc/rom: Moved classes into anonymous namespace. Nigel Barnes2025-08-2214-779/+507
* bus/bbc/exp: Added functions to write to CB lines. Nigel Barnes2025-08-212-15/+34
* bus/bbc/vsp: Slotified the Voice Synthesis Processor slot to take either Acor... Nigel Barnes2025-08-216-0/+441
* acorn/bbc.cpp: Split drivers by motherboard into bbcb.cpp, bbcbp.cpp, bbcm.cp... Nigel Barnes2025-08-216-29/+46
* bus/bbc/1mhzbus/ramdisc: Fixed check that sector is within RAM size. Nigel Barnes2025-08-122-103/+76
* bus/bbc/1mhzbus/beebex.cpp: Assign unique slot tags. Nigel Barnes2025-06-191-4/+4
* bus/bbc/1mhzbus/beebex.cpp: Fix slot tags AJR2025-06-191-1/+1
* bus/bbc/1mhzbus: Added BEEBEX Extender for BBC Micro. Nigel Barnes2025-06-193-0/+171
* bus/acorn: Buffered the bus using device_memory_interface. Nigel Barnes2025-06-182-7/+27
* bus/bbc/1mhzbus/barrybox: Added microphone, and is now working. Nigel Barnes2025-06-142-52/+38
* New sound infrastructure. Olivier Galibert2025-04-272-13/+8
* diexec: remove duplicate getter hap2025-04-082-2/+2
* 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
* g65sc02: Remove Rockwell bit opcodes (source comment appears to be mistaken) AJR2024-12-141-1/+1
* m6502: rename m65c02 to w65c02 as well hap2024-12-142-4/+4
* m6502: add r65c02 subtypes hap2024-12-143-128/+129
* m6502: rename m65sc02.* to g65sc02.* hap2024-12-141-1/+1
* m6502: add g65sc02 subtypes hap2024-12-142-3/+3
* Cleanup: Vas Crabb2024-11-256-23/+25
* Fixed build, corrected a few more #include guards. Vas Crabb2024-11-246-23/+25
* srcclean and cleanup Vas Crabb2024-11-244-14/+15
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-188-8/+8
* ioport: Add piano keyboard definitions and automatic names Olivier Galibert2024-10-042-110/+110
* -machine/spi_sdcard.cpp: Generate appropriate CSD for mounted image. Vas Crabb2024-10-014-125/+133
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-27106-391/+391
* -cpu/arm7: Added interrupt helpers, hid details from most clients. Vas Crabb2024-09-222-3/+2
* Floppy fixes and refinements AJR2024-09-121-2/+2
* bus/bbc/tube: Added the Matchbox co-processor. Nigel Barnes2024-07-034-10/+1069
* Fixed a few class memory access warnings. Vas Crabb2024-04-222-4/+9
* bus/bbc/1mhzbus: Added The Barry-Box (not working) Nigel Barnes2024-02-164-8/+123
* bus/bbc/tube/tube_a500.cpp: Corrected ROMs for A500 2nd Processor, and moved ... Nigel Barnes2024-02-154-103/+124
* bus/bbc/userport/lvlecho.cpp: Added the LVL Echo Keyboard. Nigel Barnes2024-02-154-4/+297