summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/c128.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1977/+0
* c128: PARTNER 128 WIP. (nw) Curt Coder2015-08-141-18/+42
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-18/+18
* c128.c: removed duplicate macros (nw) Osso2014-12-291-2/+0
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-111-1/+0
* (MESS) consolidated generic socket / cartslot a bit more: removed Fabio Priuli2014-09-221-3/+3
* (MESS) a couple more. nw. Fabio Priuli2014-09-191-29/+6
* (MESS) c128: Optimized from 118% to 124%. (nw) Curt Coder2014-07-151-51/+52
* add M6502_DISABLE_DIRECT() to the rest of the commodore 8bit drivers too (nw) Alex W. Jackson2014-07-021-0/+2
* 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