summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc
Commit message (Expand)AuthorAgeFilesLines
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-4/+1
* New sound infrastructure. Olivier Galibert2025-04-271-4/+3
* ds1215: modernize and complete emulation Patrick Mackinlay2025-01-022-26/+12
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-182-9/+9
* bus/spectrum: Added The Music Machine (MIDI I/O expansion). (#12842) holub2024-10-041-2/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2717-64/+64
* cpc_ssa1: simplify sp0256 lrq/sby pin read, hap2024-03-132-53/+3
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-14/+13
* Move format #includes out of header files AJR2023-10-122-1/+2
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-092-12/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-7/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0115-53/+53
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-3/+3
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-052-6/+5
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-011-1/+1
* API change for device_image_interface AJR2023-03-302-3/+3
* device_image_interface: Interface overhaul AJR2022-01-062-8/+3
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-1/+1
* Reinstated RI Handler Fergus Leen2021-02-021-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+2
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-203-12/+0
* bus/cpc: Simplify handler signatures (nw) AJR2020-06-0730-140/+140
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-202-4/+4
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-5/+5
* z80dart: Replace old device with new variant of modern SIO emulation AJR2020-02-291-1/+1
* various devices: try the new (and some not so new) save state possibilities (nw) Ivan Vangelista2019-12-091-4/+1
* few more returning int literal for bool (nw) Vas Crabb2019-11-101-5/+5
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+9
* Spring cleaning: Vas Crabb2019-11-012-18/+8
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-2614-37/+37
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-1/+1
* srcclean (nw) Vas Crabb2019-08-252-8/+8
* amstrad: add Ram Electronics Music Machine MIDI and sampler expansion. [Barry... mahlemiut2019-08-162-0/+182
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-152-9/+9
* z80pio.cpp : Simplify handlers, Reduce duplicates cam9002019-04-071-2/+2
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-272-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-2611-68/+60
* Revert "conflict resolution (nw)" andreasnaive2019-03-2511-60/+68
* bus/bbc/exp, bus/bbc/rom, ds1315, upd7002: Simplify read/write handlers (nw) AJR2019-03-141-5/+8
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-3/+3
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-072-19/+4
* volt_reg: set default m_output (nw) hap2019-02-192-2/+0
* ay8910.cpp : Updates cam9002019-02-151-6/+6
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-1/+1
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-112-10/+16
* devices\bus: few less MCFG macros (nw) Ivan Vangelista2019-02-011-5/+6
* devices\bus: removed a few unused MCFG macros (nw) Ivan Vangelista2019-01-302-13/+11
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-6/+7
* finder_base::DUMMY_TAG should be treated as magic (nw) Vas Crabb2019-01-131-1/+1