summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/c65.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-1/+0
|
* GPL - > LGPL for Kale (nw) Miodrag Milanovic2015-05-131-1/+1
|
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Prepare for rewrite. Angelo Salese2015-01-231-194/+0
|
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-111-1/+0
| | | had no concept of slot devices...
* (MESS) c65: Less tagmap lookup. (nw) Curt Coder2014-03-311-0/+6
|
* (MESS) CIA cleanup. (nw) Curt Coder2014-03-221-0/+4
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+0
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* (MESS) cbmiec: Moved under emu/bus. (nw) Curt Coder2013-10-201-1/+1
|
* converted c65 and sbc6510 to use modern CIA implementation. nw. Fabio Priuli2013-06-051-5/+2
| | | | | | | sbc6510 seems to work as before, and c65 is as broken as before. OTOH amiga family of drivers resisted fiercely to my attempts of conversion, so I guess that someone else will have to look at the drivers in order to kill the old 6526cia.c code in favor of the modern mos6526.c code (even if the latter is slower)
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
|
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+4
|
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-0/+3
|
* finished c65 (nw) Miodrag Milanovic2013-04-181-14/+20
|
* start cleaning c65 (nw) Miodrag Milanovic2013-04-181-5/+10
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+3
|
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-051-0/+1
|
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
|
* Moved some files to where they belong. (nw) Curt Coder2013-03-071-6/+75
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
|
* c65.c: fixed missing memory allocations so that the driver does not crash ↵ Fabio Priuli2012-12-281-3/+6
| | | | anymore. system still not working, though. no whatsnew.
* mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of ↵ Curt Coder2012-10-041-2/+2
| | | | the Lorenz/VICE CIA tests. Refactored the c64/c128/vic10/cbm2 drivers and the 1571/1581 floppy drives to use the new implementation. [Curt Coder]
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-0/+6
|
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-3/+2
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+1
|
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Pass 2 of struct modernization. Aaron Giles2012-09-151-6/+6
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-1/+3
| | | | changed to be members of state classes (no whatsnew)
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-101-2/+2
| | | | | (MESS) mos6581: Improved interface. (nw) mos6526: Improved interface. (nw)
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. ↵ Curt Coder2012-09-021-0/+3
| | | | | | | | | | | | Implemented 1530/1531 datassette as slot devices. Converted MOS6581 interface to devcb. [Curt Coder] (MESS) vic20: Added floating bus read support to VIC and cartridge interface. (MESS) vic10: Added floating bus read support to VIC-II and cartridge interface. (MESS) c64: Added floating bus read support to cartridge interface. [Curt Coder] (MESS) plus4: Added floating bus read support to TED and cartridge interface. Implemented some Diag264 test cartridge loopback connectors. [Curt Coder] (MESS) c16: Added PAL/NTSC variants. (nw) (MESS) v364: Fixed speech ROM mapping. (nw) (MESS) compis: Separated keyboard to its own file. (nw) (MESS) huebler: Cleanup. (nw)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+88