summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vii.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1234/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-5/+5
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
* Updated licenses on Ryan Holtz request (nw) Miodrag Milanovic2015-05-091-1/+1
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-6/+6
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* new clones mamehaze2014-12-091-0/+6
* vii/unsp cleanups for cowering (nw) Olivier Galibert2014-11-271-12/+8
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-15/+15
* (MESS) added handling for a generic rom+ram cart (as needed Fabio Priuli2014-09-241-172/+176
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+3
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-5/+3
* (nw) Olivier Galibert2014-02-181-1/+1
* finished modernising i2cmem [smf] smf-2013-12-011-6/+2
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-9/+9
* (MESS)vsmile: pooh game loads and goes till menu screen (nw) Miodrag Milanovic2013-07-071-2/+2
* (MESS) vsmile.xml: added new German dumps. [TeamEurope] Fabio Priuli2013-05-261-17/+22
* (MESS) replaced previous dump with the correct one, from TeamEurope. nw. Fabio Priuli2013-05-211-1/+1
* (MESS) new skeleton driver for German V-Smile and added cart dumps to the sof... Fabio Priuli2013-05-191-2/+5
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-14/+14
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-68/+72
* (MESS) vii.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-23/+25
* (MESS) vii.c: Fixed batmantv regression (nw) Wilbert Pol2013-02-101-3/+3
* (MESS) vii.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-091-8/+15
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-11/+11
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-8/+8
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-7/+7
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-41/+41
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-11/+11
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-28/+21
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-11/+11
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1223