summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/c65.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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