| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -605/+0 | |
| | | |||||
| * | Added floppy noises to some of my drivers. | 2015-08-22 | 1 | -0/+2 | |
| | | |||||
| * | get rid of all the x | 2015-06-23 | 1 | -1/+1 | |
| | | |||||
| * | The perils of red tape... (nw) | 2015-06-14 | 1 | -4/+4 | |
| | | |||||
| * | Correction to author | 2015-06-14 | 1 | -2/+2 | |
| | | |||||
| * | apf: remove legacy floppy options | 2015-06-08 | 1 | -17/+1 | |
| | | |||||
| * | Start adding owners to files in MESS and updated license for PeT (nw) | 2015-05-08 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | (MESS)APF Mathemagician skeleton driver | 2014-12-10 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) apfimag: added software list for cassettes (they require you | 2014-11-01 | 1 | -7/+5 | |
| | | | | | | | | | | | to mount the BASIC cart to be loaded, of course). [Fabio Priuli] out of whatsnew: I also set the default tape state to CASSETTE_STOP, because the APF Imagination requires you to immediately press Return after the CLOAD + Press Play sequence. With current CASSETTE_PLAY default, the tape was starting immediately after the first Return press (the one for CLOAD) and I often had the second Return input being ignored by the system, with the result that the tape was not loaded correctly... Having to press play separately seems to give the system enough time to recover from the first Return and being ready to accept a second one ;) | ||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) apf: removed RAM options from APF M1000, which had no other | 2014-10-12 | 1 | -11/+11 | |
| | | | | | RAM outside the 1K videoram (this was added when space distroyer was using internal RAM for the on-cart memory, but it is not needed anymore :) ). nw. | ||||
| * | (MESS) converted channelf and apfm1000/apfimag to use slot devices for | 2014-10-02 | 1 | -107/+71 | |
| | | | | | | their carts. this allows to remove on-cart RAM from the driver class (since it does not belong there). also added (partial) support for Channel F multicart. nw. | ||||
| * | Cleanups and version bump | 2014-07-22 | 1 | -4/+4 | |
| | | |||||
| * | (MESS) mbc200 : reverted yesterday's change as it didn't work. | 2014-05-19 | 1 | -3/+3 | |
| | | | | Now, CP/M loads and runs, but it doesn't write to the screen. | ||||
| * | (MESS) apf : convert to new wdc. | 2014-05-18 | 1 | -14/+28 | |
| | | | | Don't know if the old code worked; the new code certainly doesn't. | ||||
| * | converted micropolis and wd17xx to use inline configs. nw. | 2014-05-16 | 1 | -1/+3 | |
| | | |||||
| * | mc6847: converted to use devcb2, delegates and inline configs. nw. | 2014-05-13 | 1 | -16/+6 | |
| | | |||||
| * | (MESS) apfm1000 / apfimag: more accurate support for on-cart 1K RAM in | 2014-05-03 | 1 | -14/+60 | |
| | | | | | Space Destroyer (no more need of using -ramsize 1K option at launch). [Fabio Priuli] | ||||
| * | cassette config moved inline (nw) | 2014-05-02 | 1 | -11/+4 | |
| | | |||||
| * | Cleanup of image device interfaces (nw) | 2014-05-02 | 1 | -7/+0 | |
| | | |||||
| * | (MESS) fc100 : added cart slot. | 2014-04-22 | 1 | -1/+1 | |
| | | | | There isn't any known cart dumps. Do not know what games may have existed. | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -14/+14 | |
| | | |||||
| * | modernized access for legacy floppy, quite straight forward thing (nw) | 2014-04-02 | 1 | -3/+3 | |
| | | |||||
| * | hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ↵ | 2014-03-28 | 1 | -2/+1 | |
| | | | | | in gime, this fixes coco3 issue (nw) | ||||
| * | legacy wd17xx is now also a modern device (nw) | 2014-03-18 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) apf : added back floppy code (but it doesn't work) | 2014-02-21 | 1 | -60/+12 | |
| | | |||||
| * | first round of clang 3.4 fixes for MESS (nw) | 2014-02-20 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) apf : added another bios [Thanks to ranger_lennier] | 2014-02-20 | 1 | -6/+10 | |
| | | |||||
| * | (MESS) apf : reorganised ram | 2014-02-11 | 1 | -13/+33 | |
| | | |||||
| * | (MESS) apf : added back support for .apt cassettes | 2014-02-03 | 1 | -2/+1 | |
| | | | | | (nw) hopefully it works as no apt files to test with | ||||
| * | mc6847: Fixed text display with external rom: fixes spc1000 and phc25 | 2014-01-27 | 1 | -3/+10 | |
| | | |||||
| * | (MESS) apf : added another homebrew "cart" | 2014-01-26 | 1 | -1/+2 | |
| | | |||||
| * | (MESS) cons <--> comp | 2014-01-26 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) apf : cleanup | 2014-01-26 | 1 | -58/+17 | |
| | | | | | | | | * Removed redundant info * Removed a trampoline * Replaced our bad dump with a better one | ||||
| * | (MESS) apf : fixed css bit in graphic mode. | 2014-01-24 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) apf : last fixes: | 2014-01-24 | 1 | -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] | 2014-01-24 | 1 | -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. | 2014-01-24 | 1 | -12/+33 | |
| | | |||||
| * | (MESS) apf : improved graphics | 2014-01-23 | 1 | -35/+46 | |
| | | |||||
| * | (MESS) apf : more WIP | 2014-01-23 | 1 | -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 | 2014-01-22 | 1 | -225/+144 | |
| | | |||||
| * | remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) | 2014-01-07 | 1 | -16/+16 | |
| | | |||||
| * | Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only ↵ | 2014-01-06 | 1 | -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) | 2014-01-06 | 1 | -4/+4 | |
| | | |||||
| * | Converted PIA6821 to DEVCB2 [smf] | 2014-01-06 | 1 | -59/+51 | |
| | | |||||
| * | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -4/+4 | |
| | | |||||
| * | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -2/+2 | |
| | | | | | now to follow (nw) | ||||
| * | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -1/+0 | |
| | | |||||
