summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/spec128.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-364/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-1/+1
|
* Update for Kevin Thacker (nw) Miodrag Milanovic2015-05-221-1/+1
|
* spectrum128: fix banking port decode for some games (e.g. Fairlight 128K) MetalliC2015-05-151-1/+1
|
* Updated MESS info for licenses (nw) Miodrag Milanovic2015-05-131-1/+1
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* (MESS) fix Timex ZX-clones regression (nw) MetalliC2015-02-241-1/+1
|
* (MESS) spectrum.c partial screen updates MetalliC2015-02-041-0/+3
| | | | note: for now hooked only at 128k screen page flip
* 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) spectrum carts too. nw. Fabio Priuli2014-09-251-27/+12
|
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-8/+0
| | | This is easily the commit I ever did that touches the most drivers. I payed extra attention while doing it, stared at the diff really hard to find any errors and did some testing. Obviously I can't test every single game / system, so please report any regression you might find.
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+0
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag ↵ Miodrag Milanovic2014-02-161-1/+1
| | | | | | | | | | Milanovic] Updated all devices and drivers for using it. out of whatsnew: Note that it is made to work same as before, in some cases it can be more logic to move gfxdevice into subdevice itself then to keep it in main driver.
* modernised the AY8910 [smf] smf-2013-05-121-2/+2
|
* (MESS) Cleaned up tagmap usage in the spectrum drivers a bit. (nw) Wilbert Pol2013-02-071-25/+21
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
|
* -spectrum: cleanup and simplification of video output [David Haywood] Miodrag Milanovic2012-10-261-3/+9
|
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-12/+11
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+384