| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -719/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -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) | 2015-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Added owners and licenses for those who can be tracked (nw) | 2015-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -3/+3 | |
| | | |||||
| * | (MESS) converted scv and vboy to use slot devices for | 2014-09-30 | 1 | -218/+49 | |
| | | | | their carts. nw. | ||||
| * | primary_screen -> first_screen() (nw) | 2014-03-15 | 1 | -3/+3 | |
| | | |||||
| * | Checkpoint 2: | 2014-03-15 | 1 | -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) | 2014-03-14 | 1 | -0/+1 | |
| | | |||||
| * | Updated upd1771.c to use devcb2 (nw) | 2014-03-11 | 1 | -4/+1 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -19/+20 | |
| | | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
| * | upd7810.c: Modernized cpu core. [Wilbert Pol] | 2014-02-21 | 1 | -2/+0 | |
| | | |||||
| * | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag ↵ | 2014-02-16 | 1 | -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 | 2013-06-11 | 1 | -3/+3 | |
| | | |||||
| * | (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, ↵ | 2013-06-08 | 1 | -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] | 2013-06-03 | 1 | -2/+2 | |
| | | | | src/mess/audio/ is now legacy free, if I'm not making mistakes... | ||||
| * | (MESS) scv: need space for terminator | 2013-05-30 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) scv.c: simplified input reading and added save state support [Fabio ↵ | 2013-05-29 | 1 | -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) | 2013-04-10 | 1 | -23/+22 | |
| | | |||||
| * | Some mess modernization (nw) | 2013-02-18 | 1 | -15/+20 | |
| | | |||||
| * | Getting rid of DEVICE_IMAGE_START (nw) | 2013-02-06 | 1 | -17/+11 | |
| | | |||||
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) | 2013-02-05 | 1 | -21/+19 | |
| | | |||||
| * | (MESS) scv.c: Cleanup (nw) | 2013-01-25 | 1 | -18/+13 | |
| | | |||||
| * | (MESS) scv.c: Cleanups (nw) | 2013-01-24 | 1 | -64/+121 | |
| | | |||||
| * | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -2/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -50/+49 | |
| | | |||||
| * | modernization or timer callbacks part 3 - final (no whatsnew) | 2012-09-24 | 1 | -7/+7 | |
| | | |||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -33/+33 | |
| | | |||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -26/+24 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -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. | 2012-09-11 | 1 | -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) | 2012-09-08 | 1 | -30/+4 | |
| | | |||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+885 | |
