summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-257-14/+86
* Miscellaneous cleanup, and a couple of error checks. Vas Crabb2024-01-254-15/+19
* Move format #includes out of header files AJR2023-10-124-2/+4
* srcclean in preparation for MAME 0.259 release branch Vas Crabb2023-09-242-32/+32
* misc mcfg: remove pia6821 clock freq param, hap2023-09-203-4/+4
* c64: Emulated the TIB Disc Drive DD-001 cartridge. [Curt Coder] Curt Coder2023-09-043-0/+225
* mos6530n(ew): rename to mos6530 hap2023-07-252-3/+3
* 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-9/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0135-79/+79
* 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-7/+4
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-3/+3
* API change for device_image_interface AJR2023-03-302-5/+5
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-262-57/+57
* c64: BusCard II: Use the new MOS 6532 implementation. [Curt Coder] Curt Coder2023-03-242-71/+96
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-048-16/+21
* Added Z80 Video Pak cartridge to Commodore 64. [smf] smf-2022-05-207-26/+308
* Revert initialisation of device members in headers. Vas Crabb2022-04-033-5/+5
* init vars for coverity (bus/a-l) Robbbert2022-04-023-5/+5
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-273-9/+6
* Remove fileio.h from emu.h AJR2022-02-113-1/+3
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-268-8/+8
* device_image_interface: Interface overhaul AJR2022-01-062-10/+3
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-1/+1
* devices/bus/c64/exp: reworked cart loading [hap] Ivan Vangelista2021-02-172-16/+22
* devices/bus/c64/exp.cpp: fixed copy paste error introduced in 7e5a013c092e7ad... Ivan Vangelista2021-02-141-2/+2
* bus/c64: fixed MT07867 Ivan Vangelista2021-02-135-8/+17
* c64/dela_ep256: Use required_device_array AJR2021-01-152-16/+5
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-2/+2
* Clean-up and consistency fixes after memory system changes. Vas Crabb2020-11-031-1/+1
* remove some unneeded usage of save_pointer + .get() hap2020-11-022-2/+2
* chessmsr,fcc: fix ram savestate problem hap2020-11-021-0/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-0230-80/+56
* Cleaned up bitmap API. Vas Crabb2020-09-271-6/+6
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-183-7/+7
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-208-30/+30
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-4/+4
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-1522-126/+82
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+9
* New working machines Vas Crabb2019-11-021-2/+0
* Spring cleaning: Vas Crabb2019-11-013-22/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-1/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-153-3/+3