summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/c128.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-19/+21
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-4/+12
* (MESS) c128: Fixed clocks. (nw) Curt Coder2014-03-311-18/+18
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-271-1/+1
* mos6526: devcb2 cleanup. (nw) Curt Coder2014-03-221-17/+37
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-161-4/+28
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* (MESS) vcs/ctrl: Cleanup. (nw) Curt Coder2014-03-121-2/+2
* Fixed c64 restore key and c128 crashing if exp_irq_w called at device_start()... smf-2014-03-111-5/+5
* (MESS) c128: Fixed MMU clock. (nw) Curt Coder2014-03-051-1/+1
* (MESS) c128: Fixed MMU clock. (nw) Curt Coder2014-03-051-2/+2
* mos8722: devcb2. (nw) Curt Coder2014-03-051-11/+12
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-0/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* resolves the user port handlers in device_config_complete() & replaced callin... smf-2014-02-021-1/+3
* Fixed c128 starting up and changed reset line on c64 cartridges to active low... smf-2014-01-101-1/+1
* fixed crash caused by incorrect tag (nw) smf-2014-01-101-2/+2
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* Fixed commodore quick load by passing in the address space instead of using m... smf-2014-01-041-1/+1
* Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different ... smf-2014-01-041-38/+38
* Allow vic20/c64/c128 to share user port devices, removed c64 version of vic10... smf-2014-01-031-13/+63
* reduce dependency mak files by 130k (nw) smf-2013-12-291-0/+3
* reduced dependency clutter in c64 expansion port & c128 driver. [smf] smf-2013-12-231-0/+3
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (MESS) Legacy removal. (nw) Curt Coder2013-09-191-0/+19
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* (MESS) cbmiec: Restored some usability. (nw) Curt Coder2013-08-011-6/+6
* (MESS) c128: Fixed regression. (nw) Curt Coder2013-07-301-2/+4
* (MESS) cbmiec: Removed device address information from the IEC bus, allowing ... Curt Coder2013-07-291-17/+3
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-25/+25
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-32/+32
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-3/+3
* (MESS) Cleanup. (nw) Curt Coder2013-02-221-23/+8
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-0/+5
* (MESS) vic20/c64: Added VIC-1011A/B RS-232C adapter emulation. [Curt Coder] Curt Coder2013-02-151-1/+1
* (MESS) Cleanups. (nw) Curt Coder2013-02-141-14/+12
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-64/+37
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* (MESS) Added some RS-232 slots. (nw) Curt Coder2013-02-071-39/+5
* (MESS) devcb2 conversions. (nw) Curt Coder2013-02-061-41/+24
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-27/+14
* (MESS) c64/c128: Implemented parallel joystick pot X/Y read. [Curt Coder] Curt Coder2013-01-261-2/+28
* (MESS) c128: Cleaned up input handling. Controllers are now connected using t... Curt Coder2013-01-261-161/+276
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-5/+5
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* (MESS) c128: Added QuickSilver 128 BIOS. [Curt Coder] Curt Coder2013-01-061-0/+4
* (MESS) c1571: Some 1571CR and Mini Chief WIP. (nw) Curt Coder2012-12-181-198/+196
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-12/+4