summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6530n.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mos6530n(ew): rename to mos6530 hap2023-07-251-207/+0
* mos6530n: add pa/pb_w byte handler, add irq callback to 6530 hap2023-07-241-6/+6
* mos6530n: timer goes back to count mode when irq flag is cleared hap2023-07-231-4/+6
* mos6530n: use template for pa/pb_w, hap2023-07-231-18/+9
* watchdog: make watchdog_enable compatible with writeline, add a watchdog rese... hap2023-07-191-1/+1
* starwars, tomcat: use mos6530_new_device hap2023-07-191-5/+4
* mos6530n: replace convoluted timer implementation with one mostly copy pasted... hap2023-07-171-31/+14
* exidysound: replace riot6532_device with mos6532_new_device, untangle exidy_s... hap2023-07-121-5/+5
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-17/+17
* machine/mos6530n.cpp: Removed old, unused io_r/io_w functions. (#10477) 0kmg2022-10-251-4/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-8/+2
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-19/+19
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-4/+4
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-128/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+128
* src\devices\machine: more MCFG macros removal (nw) Ivan Vangelista2019-01-171-128/+0
* devcb3 Vas Crabb2018-07-071-37/+46
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-46/+46
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-128/+69
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-1/+2
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* override part 1 (nw) Miodrag Milanovic2015-12-051-8/+8
* there are probably neater ways of doing this, but it works (nw) David Haywood2015-10-221-0/+4
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+415