summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20
Commit message (Expand)AuthorAgeFilesLines
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-4/+1
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-10/+10
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2713-30/+30
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-253-26/+157
* Miscellaneous cleanup, and a couple of error checks. Vas Crabb2024-01-252-2/+2
* Revert "Clean up the Votrax SC-01[-A] class names and device names. [Lord Nig... Vas Crabb2023-07-122-2/+2
* Clean up the Votrax SC-01[-A] class names and device names. [Lord Nightmare] Lord-Nightmare2023-07-112-2/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-017-23/+23
* Add support for the older Votrax SC-01 chip; currently only used by Bally Ast... Lord-Nightmare2023-05-161-1/+1
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-4/+4
* -Improved some Lua APIs: Vas Crabb2023-04-071-1/+1
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-011-3/+3
* API change for device_image_interface AJR2023-03-302-4/+4
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-3/+2
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-2/+2
* device_image_interface: Interface overhaul AJR2022-01-062-10/+3
* adam, bw2, cbm2, newbrain, pet, plus4, pofo, vic10, vic20: Eliminate bus tag ... AJR2021-06-201-8/+0
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-211-2/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-0214-38/+21
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-212-4/+4
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+9
* Spring cleaning: Vas Crabb2019-11-012-21/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* vic20: Removed deprecated code. (nw) Curt Coder2019-05-211-8/+0
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-182-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-2622-87/+87
* Revert "conflict resolution (nw)" andreasnaive2019-03-2522-87/+87
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-3/+3
* votrax: Simplify write handlers (nw) AJR2019-02-191-2/+2
* bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... AJR2019-02-1922-53/+53
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-7/+8
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-092-8/+7
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* intelfsh: Eliminate address_space argument from read/write handlers (nw) AJR2019-02-011-17/+17
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* videopak.cpp: Fixed MT#06566, Mounting Data 20 Video Pak (videopak) causes ex... mooglyguy2018-12-011-6/+2
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-4/+5
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-3/+4
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-091-16/+18
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-2/+2
* -vic20: Removed MCFG and duplicated machine configs. [Ryan Holtz] mooglyguy2018-08-013-33/+22
* devcb3 Vas Crabb2018-07-072-19/+12
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-8/+8
* 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-17/+17
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1