summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6530n.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mos6530n(ew): rename to mos6530 hap2023-07-251-594/+0
* mos6530n: add pa/pb_w byte handler, add irq callback to 6530 hap2023-07-241-10/+9
* mos6530n: timer goes back to count mode when irq flag is cleared hap2023-07-231-41/+60
* mos6530n: use template for pa/pb_w, hap2023-07-231-5/+3
* watchdog: make watchdog_enable compatible with writeline, add a watchdog rese... hap2023-07-191-16/+11
* mos6530n: 6530 irq pin output is enabled when PB7 ddr is set to input, hap2023-07-171-2/+2
* mos6530n: 6530 irq pin (shared with PB7) is active low, hap2023-07-171-7/+9
* mos6530n: replace convoluted timer implementation with one mostly copy pasted... hap2023-07-171-207/+80
* exidysound: replace riot6532_device with mos6532_new_device, untangle exidy_s... hap2023-07-121-123/+69
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-36/+25
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* mos6530n: Remove unreachable code. Curt Coder2023-03-171-1/+0
* mos6530n: Keep timer running forever past terminal count. [Curt Coder] Curt Coder2023-03-151-5/+3
* machine/mos6530n.cpp: Removed old, unused io_r/io_w functions. (#10477) 0kmg2022-10-251-34/+0
* machine/mos6530n.cpp: Fixed io_w offset error. (#10463) 0kmg2022-10-231-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* 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-20/+4
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-30/+30
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-12/+8
* mos6530n: Stop killing atari1050 with infinite recursion (nw) AJR2019-05-171-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-22/+22
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-41/+46
* Grammar police (nw) Olivier Galibert2018-02-241-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* mos6530n.cpp: fixed copy-paste error, fixes MT06612 (nw) Ivan Vangelista2017-06-091-10/+10
* need a _and_ b (nw) Vas Crabb2017-05-151-2/+2
* outputs were supposed to be safe (nw) Vas Crabb2017-05-151-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-199/+146
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-3/+3
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* Another round of these Vas Crabb2016-08-271-1/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-0/+1
* reverting: Miodrag Milanovic2016-01-201-18/+18
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-16/+16
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-16/+16
* tags are now strings (nw) Miodrag Milanovic2016-01-161-18/+18
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+877