summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/c65.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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-34/+34
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-34/+34
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-14/+14
* 6525tpi, mos6526, bus/vic10: Eliminate address_space argument from handlers (nw) AJR2019-02-191-6/+6
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* src/devices: a few less MCFG macros (nw) Ivan Vangelista2019-01-141-13/+13
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+5
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-2/+2
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-18/+18
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+17
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* c65: some more useful links (nw) Ivan Vangelista2017-12-311-0/+4
* c65.cpp: added some hw notes, corrected CPU clock [Guru] Ivan Vangelista2017-12-301-6/+13
* srcclean (nw) Vas Crabb2017-11-261-1/+1
* Allow switching between upper case/lower case character rom with shift+commod... smf-2017-11-161-1/+11
* minor display changes and removed an out of date comment (nw) smf-2017-11-161-8/+5
* support switching between 40 & 80 columns with F1 & blink/underline/highlight... smf-2017-11-151-11/+33
* reorders keys and renamed io ports to match system specification. Added caps ... smf-2017-11-141-73/+130
* c65 rom label notes based on the 2017-11-02 auction and pics (nw) Lord-Nightmare2017-11-031-6/+6
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-3/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+2
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+670