summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6530n.cpp
Commit message (Expand)AuthorAgeFilesLines
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-1/+1
* Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-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