summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c65.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) c65: Less tagmap lookup. (nw) Curt Coder2014-03-311-4/+4
* (MESS) CIA cleanup. (nw) Curt Coder2014-03-221-11/+5
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* (MESS) cbmiec: Moved under emu/bus. (nw) Curt Coder2013-10-201-1/+1
* (MESS) Legacy removal. (nw) Curt Coder2013-09-191-1/+355
* converted c65 and sbc6510 to use modern CIA implementation. nw. Fabio Priuli2013-06-051-34/+8
* (MESS) modernized VIC3 video device. [Fabio Priuli] Fabio Priuli2013-06-031-14/+14
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-5/+5
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-4/+4
* finished c65 (nw) Miodrag Milanovic2013-04-181-184/+168
* start cleaning c65 (nw) Miodrag Milanovic2013-04-181-51/+47
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-15/+15
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-051-4/+3
* Moved some files to where they belong. (nw) Curt Coder2013-03-071-3/+0
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-5/+5
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-3/+3
* mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of the... Curt Coder2012-10-041-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-29/+26
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-6/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-13/+13
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-6/+5
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-52/+52
* Memory handler normalization, part 1. Aaron Giles2012-09-171-9/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+6
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-101-38/+10
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1068