summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/userport
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-6/+3
* bus/bbc/userport: Moved classes into anonymous namespace. Nigel Barnes2025-09-0318-663/+368
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-1/+1
* 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-012-59/+64
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2711-29/+29
* Fixed a few class memory access warnings. Vas Crabb2024-04-221-2/+5
* bus/bbc/userport/lvlecho.cpp: Added the LVL Echo Keyboard. Nigel Barnes2024-02-154-4/+297
* bus/bbc/userport/m4000.cpp: Added key mappings for 3 octaves. Nigel Barnes2024-02-152-120/+90
* HD44780A00, KS0066_F00, SED1278_0B: fix errors in the ROM transcriptions from... Jonathan Gevaryahu2023-11-211-1/+6
* Explicitly define a clock for all HD44780 and derivative LCD controllers, and... Lord-Nightmare2023-11-151-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-015-14/+14
* Semicolon surgery AJR2022-11-151-1/+1
* bbc_sdcard: Added CB1 callback for CLK. Nigel Barnes2022-06-222-10/+9
* bus/bbc/userport: Added SD Card, and SD Turbo interfaces (not working). Nigel Barnes2022-06-053-0/+235
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-3/+4
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-1/+1
* init vars for coverity (bus/a-l) Robbbert2022-04-021-1/+1
* bbc_amxmouse: Removed use of PORT_RESET. Nigel Barnes2022-02-272-44/+27
* bbc_voicebox: Callback to CB1 line is inverted. Nigel Barnes2020-10-222-15/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* Fix MT07756 (ROM sets incorrectly being reported as missing) by partially rev... Vas Crabb2020-09-251-2/+2
* bus/bbc/userport: Added the Hybrid Music 4000 Keyboard. Nigel Barnes2020-09-223-2/+230
* bus/bbc/userport: CB lines are bi-directional. Nigel Barnes2020-09-214-7/+49
* bus/bbc/userport: Added the Sprow LCD Display. Nigel Barnes2020-08-273-0/+170
* bus/bbc/userport: Renamed palette.h->palext.h Nigel Barnes2020-07-133-14/+14
* bus/bbc/userport/palette: Use pal4bit (nw) Nigel Barnes2020-05-261-6/+6
* bus/bbc/userport: Added the Clwyd Technics Colour Palette and Chameleon devices. Nigel Barnes2020-03-213-0/+218
* cfa3000: Set devices to internal, not applicable to other machines (nw) Nigel Barnes2019-11-071-1/+1
* bbcb: Added the Robin Voice Box device. Nigel Barnes2019-11-073-0/+150
* Spring cleaning: Vas Crabb2019-11-012-16/+6
* bbc: Added ATPL AutoPrommer and User Port Splitter devices. Nigel Barnes2019-05-113-1/+188
* (nw) Clean up the mess on master Vas Crabb2019-03-268-18/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-258-18/+18
* bus/bbc/joyport, bus/bbc/userport: Simplify read/write handlers (nw) AJR2019-03-128-18/+18
* bbc: ROMs required by expansion devices are now allocated empty slots in host... Nigel Barnes2018-11-182-13/+1
* bbc: Removed machine().device from bbc_fdc_slot_device and bbc_1mhzbus_slot_d... Nigel Barnes2018-09-171-17/+13
* less space (nw) smf-2018-09-141-1/+1
* sp0256: Remove MCFG_ (nw) Nigel Barnes2018-07-101-14/+9
* devcb3 Vas Crabb2018-07-071-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* remove bad unicode (nw) Nigel Barnes2018-05-051-1/+1
* bbc: Added Beeb Speech Synthesiser device. Nigel Barnes2018-05-043-1/+182
* bbc: Added various pointer devices on userport: Nigel Barnes2018-05-043-4/+386
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-8/+9
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+4
* cfa3000: Added input devices on userport, analogue, and 1MHz bus. Nigel Barnes2017-11-204-56/+283
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-10/+10