summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apf.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-14/+14
|
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-3/+3
|
* hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ↵ Miodrag Milanovic2014-03-281-2/+1
| | | | in gime, this fixes coco3 issue (nw)
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-2/+2
|
* (MESS) apf : added back floppy code (but it doesn't work) Robbbert2014-02-211-60/+12
|
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
|
* (MESS) apf : added another bios [Thanks to ranger_lennier] Robbbert2014-02-201-6/+10
|
* (MESS) apf : reorganised ram Robbbert2014-02-111-13/+33
|
* (MESS) apf : added back support for .apt cassettes Robbbert2014-02-031-2/+1
| | | | (nw) hopefully it works as no apt files to test with
* mc6847: Fixed text display with external rom: fixes spc1000 and phc25 Robbbert2014-01-271-3/+10
|
* (MESS) apf : added another homebrew "cart" Robbbert2014-01-261-1/+2
|
* (MESS) cons <--> comp Robbbert2014-01-261-1/+1
|
* (MESS) apf : cleanup Robbbert2014-01-261-58/+17
| | | | | | | * Removed redundant info * Removed a trampoline * Replaced our bad dump with a better one
* (MESS) apf : fixed css bit in graphic mode. Robbbert2014-01-241-2/+2
|
* (MESS) apf : last fixes: Robbbert2014-01-241-35/+42
| | | | | * Fixed last-minute regression in Space Destroyer * Swapped left & right keypads, so they are on the correct sides of the keyboard.
* (MESS) apf : more fixes, systems marked as WORKING [Robbbert] Robbbert2014-01-241-34/+37
| | | | | | * Fixed bad gfx in rocket patrol and blackjack * Fixed space destroyer (you must choose -ram 9k)
* (MESS) apf : added trashII bios, added notes. Robbbert2014-01-241-12/+33
|
* (MESS) apf : improved graphics Robbbert2014-01-231-35/+46
|
* (MESS) apf : more WIP Robbbert2014-01-231-64/+76
| | | | | | * Added -ram switch, the default is 8K, this allows most tapes to load * Fixed pasting of upper-case program listings * Added cart slot to apfimag, you must now load the BASIC cart yourself. * Any apfm1000 cart can be loaded into apfimag
* (MESS) apf : WIP - fixed a few bugs Robbbert2014-01-221-225/+144
|
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-16/+16
|
* Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only ↵ smf-2014-01-061-56/+0
| | | | returned what you'd written to the chip, only a couple of those were ever used (by audio/exidy.c). Removed some ca*/cb* read callbacks that just returned what had already been pushed or always returned 0. As there are no longer any cb2 read callbacks that functionality has been removed. [smf]
* fixed swapped cb1 & ca2 read callbacks during conversion (nw) smf-2014-01-061-4/+4
|
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-59/+51
|
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
|
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-4/+4
|
* speaker tag lookup removal, also no need to use universal tag, since easier ↵ Miodrag Milanovic2013-04-121-2/+2
| | | | now to follow (nw)
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-18/+18
|
* Replaced all device_t's with actual device classes. Regression test ↵ Curt Coder2012-11-261-4/+4
| | | | recommended. (nw)
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-6/+5
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+767