summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/scv.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-719/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
| | | | 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.
* Updated license info on Wilberts request (nw) Miodrag Milanovic2015-05-081-1/+1
|
* Added owners and licenses for those who can be tracked (nw) Miodrag Milanovic2015-05-081-1/+1
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-3/+3
|
* (MESS) converted scv and vboy to use slot devices for Fabio Priuli2014-09-301-218/+49
| | | their carts. nw.
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-3/+3
|
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
| | | | | | gfxdecode devices must now be assigned a palette in MCFG. Added palette devices to several MESS drivers and devices to comply with this requirement. This palette is assigned as a default to the gfx_elements created by the device (but still not used for drawing yet, except in the UI graphics viewer) Tilemaps now have a pointer to a palette device and use that palette for rgb32 drawing, rather than the palette of the screen or bitmap they are drawing to (since rgb32 screens don't have palettes now). When a tilemap is created, it takes its palette from the gfxdecode device it was created with, but you can change a tilemap's palette device with set_palette() at any time (doing this does not mark the tilemap dirty, since all tilemaps use indexed bitmaps internally)
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
|
* Updated upd1771.c to use devcb2 (nw) Ivan Vangelista2014-03-111-4/+1
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-19/+20
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* upd7810.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-211-2/+0
|
* 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.
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-3/+3
|
* (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, ↵ Fabio Priuli2013-06-081-2/+2
| | | | | | | | | Intellivision, Lynx, Master System, MegaDrive / Genesis, NES / Famicom, Neo Geo Pocket, Neo Geo Pocket Color, PV-1000, Super Cassette Vision, Super NES / Super Famicom, Wonderswan and Wonderswan Color as supporting save states. PC-Engine supports save states too, but only for HuCard games and not for CDs. Please report issues with save and restore in these systems, if any, to MameTesters. [Fabio Priuli]
* (MESS) Modernized uPD1771c sound device. [Fabio Priuli] Fabio Priuli2013-06-031-2/+2
| | | src/mess/audio/ is now legacy free, if I'm not making mistakes...
* (MESS) scv: need space for terminator Robbbert2013-05-301-1/+1
|
* (MESS) scv.c: simplified input reading and added save state support [Fabio ↵ Fabio Priuli2013-05-291-69/+56
| | | | | Priuli] I've also fixed Star Speeder rom loading, but the game is not working yet.
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-23/+22
|
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-15/+20
|
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-17/+11
|
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-21/+19
|
* (MESS) scv.c: Cleanup (nw) Wilbert Pol2013-01-251-18/+13
|
* (MESS) scv.c: Cleanups (nw) Wilbert Pol2013-01-241-64/+121
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-50/+49
|
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-7/+7
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-33/+33
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-26/+24
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* (MESS) Clean up some MACHINE_CONFIG_START. (nw) Sandro Ronco2012-09-081-30/+4
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+885