summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* c64: Added ROM signature for BusCard II. (nw) Mike Naberezny2019-08-121-2/+3
* devcb: Eliminate legacy callback syntax (nw) AJR2019-06-061-6/+0
* srcclean (nw) Vas Crabb2019-05-262-17/+17
* (nw) validation Robbbert2019-05-241-1/+1
* finalchs: company official name is Tasc anyway, not TASC (nw) hap2019-05-242-2/+2
* New working software list additions hap2019-05-232-2/+2
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-182-3/+3
* c64: Added skeleton for BusCard II cartridge. [Curt Coder] Curt Coder2019-05-133-0/+289
* c64: added mouse controller (nw) hap2019-05-131-0/+2
* c64 fcc: clear comms flags on reset (nw) hap2019-05-131-0/+2
* c64 fcc: don't use romh for external rom (nw) hap2019-05-135-4/+8
* c64: Emulated the BusCard IEE-488 / Centronics cartridge. [Curt Coder] Curt Coder2019-05-132-20/+310
* Software list items promoted to working hap2019-05-122-133/+43
* c64: Route LORAM to expansion port interface for BusCard. [Curt Coder] Curt Coder2019-05-119-35/+39
* c64: Added skeleton for BusCard cartridge. [Curt Coder] Curt Coder2019-05-053-0/+239
* (nw) Clean up the mess on master Vas Crabb2019-03-26135-479/+438
* Revert "conflict resolution (nw)" andreasnaive2019-03-25135-438/+479
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-3/+3
* votrax: Simplify write handlers (nw) AJR2019-02-191-2/+2
* bus/c64: Eliminate address_space arguments from handlers (nw) AJR2019-02-19134-272/+272
* 6525tpi, mos6526, bus/vic10: Eliminate address_space argument from handlers (nw) AJR2019-02-192-4/+4
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-196-14/+14
* mc6852, mc6854, mos6551: Simplify read/write handlers (nw) AJR2019-02-183-7/+7
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-186-13/+13
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-1112-126/+84
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* intelfsh: Eliminate address_space argument from read/write handlers (nw) AJR2019-02-012-6/+6
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-4/+5
* midi: remove MCFG macros (nw) Ivan Vangelista2019-01-195-25/+25
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-185-10/+10
* src/devices: a few less MCFG macros (nw) Ivan Vangelista2019-01-141-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-4/+5
* less space (nw) smf-2018-09-141-1/+1
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-4/+5
* mos6551: Eliminate MCFG_ macros (nw) AJR2018-08-202-24/+26
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-5/+6
* c64_expansion_slot, pet_user_port: Eliminate all remaining MCFG_ macro use (nw) AJR2018-08-138-94/+49