summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/cbm2.h
Commit message (Collapse)AuthorAgeFilesLines
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-1/+0
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-221-4/+4
|
* (MESS) ieee488: Moved under emu/bus. (nw) Curt Coder2013-10-201-1/+1
|
* License tags. (nw) Curt Coder2013-10-161-0/+2
|
* (MESS) Legacy removal. (nw) Curt Coder2013-09-191-2/+0
|
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-0/+2
|
* (MESS) cbm2: Fixed 6509<>8088 comms. (nw) Curt Coder2013-02-231-0/+5
|
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-1/+1
|
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 ↵ Curt Coder2013-02-121-4/+4
| | | | devices. [Curt Coder]
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
|
* (MESS) Added some RS-232 slots. (nw) Curt Coder2013-02-071-0/+2
|
* (MESS) devcb2 conversions. (nw) Curt Coder2013-02-061-6/+4
|
* (MESS) pet: Added user and memory expansion ports. [Curt Coder] Curt Coder2013-02-041-2/+8
| | | | | (MESS) cbm2: Added user port. [Curt Coder] (MESS) Connected the CBM cassette software lists and readded quickloads. (nw)
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-0/+2
|
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-19/+21
|
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-0/+34
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+62
|
* (MESS) cbm2: Fixed graphics, and some 8088 WIP. (nw) Curt Coder2012-10-291-3/+35
|
* (MESS) p500: Added VIC video/color RAM access thru PLA. (nw) Curt Coder2012-10-261-1/+2
| | | (MESS) cbm2: Implemented the 24K RAM cartridge, added CBUG disks to software list. (nw)
* (MESS) mos6566: Added BA/AEC outputs in preparation for 6502 RDY support, ↵ Curt Coder2012-10-251-5/+5
| | | | and implemented light pen trigger. (nw)
* srcclean (nw) Curt Coder2012-10-071-5/+5
|
* mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of ↵ Curt Coder2012-10-041-1/+1
| | | | 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]
* Implemented DS75160A/DS75161A IEEE-488 GPIB Transceivers. [Curt Coder] Curt Coder2012-09-271-5/+9
| | | (MESS) cbm2: Fixed floppy loading for PAL drivers. (nw)
* (MESS) cbm2: Promoted drivers to working. [Curt Coder] Curt Coder2012-09-261-0/+4
|
* (MESS) cbm2: Address decoding WIP, added floppy softlists, added PAL P500. (nw) Curt Coder2012-09-241-3/+16
|
* (MESS) cbm2: Address decoding WIP. (nw) Curt Coder2012-09-221-22/+16
|
* (MESS) cbm2: Rewrote the rest of the CBM-II model line. [Curt Coder] Curt Coder2012-09-211-31/+96
|
* (MESS) p500: Rewrote the driver using the PLAs for address decoding. [Curt ↵ Curt Coder2012-09-191-0/+164
Coder]