summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cbm2.c
Commit message (Collapse)AuthorAgeFilesLines
* pic8259: Added modern accessors. (nw) Curt Coder2012-10-301-16/+18
|
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-74/+74
|
* (MESS) cbm2: Fixed graphics, and some 8088 WIP. (nw) Curt Coder2012-10-291-73/+368
|
* Fix GCC compile (nw) R. Belmont2012-10-261-3/+3
|
* (MESS) p500: Added VIC video/color RAM access thru PLA. (nw) Curt Coder2012-10-261-58/+92
| | | (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-52/+52
| | | | and implemented light pen trigger. (nw)
* (MESS) c128: Fixed keyboard and C64 mode. (nw) Curt Coder2012-10-181-3/+0
| | | | (MESS) c64: Cleanup. (nw) (MESS) mos6566: Implemented FAST register and removed hacks from interface. (nw)
* srcclean (nw) Curt Coder2012-10-071-196/+196
|
* mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of ↵ Curt Coder2012-10-041-8/+8
| | | | 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-42/+89
| | | (MESS) cbm2: Fixed floppy loading for PAL drivers. (nw)
* (MESS) cbm2: Promoted drivers to working. [Curt Coder] Curt Coder2012-09-261-122/+115
|
* (MESS) cbm2: Address decoding WIP, added floppy softlists, added PAL P500. (nw) Curt Coder2012-09-241-254/+381
|
* (MESS) cbm2: Address decoding WIP. (nw) Curt Coder2012-09-231-48/+46
|
* (MESS) cbm2: Address decoding WIP. (nw) Curt Coder2012-09-221-18/+46
|
* (MESS) Input port cleanup. (nw) Curt Coder2012-09-211-2/+32
|
* (MESS) cbm2: Rewrote the rest of the CBM-II model line. [Curt Coder] Curt Coder2012-09-211-90/+1039
|
* (MESS) p500: Rewrote the driver using the PLAs for address decoding. [Curt ↵ Curt Coder2012-09-191-0/+1228
Coder]