summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/gamecom.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-629/+0
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-1/+1
* (MESS) gamecom : fixed pixel blending. Robert2014-11-291-84/+44
* (MESS) gamecom : added support for dma.decrement_y. Fixes reversed animations... Robert2014-11-271-5/+8
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-2/+2
* (MESS) gamecom : notes Robert2014-11-181-5/+7
* (MESS) WIP gamecom: converted from crosshairs to mouse pointer. Robert2014-11-131-20/+6
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-4/+4
* (MESS) misc generic cartslot conversions. while at it, I have added Fabio Priuli2014-09-271-112/+58
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Timer divider is supposed to be vs. the master clock, makes things to be a bi... Angelo Salese2013-10-231-2/+2
* Improved i/o handling a bit Angelo Salese2013-10-231-82/+90
* Hooked DAC writes, now Game.com greets you with a very low pitched "Game Com"... Angelo Salese2013-10-231-0/+9
* Rather crude h/v blank params, to be improved, nw Angelo Salese2013-10-231-0/+60
* more cleanup (nw) Miodrag Milanovic2013-04-141-20/+18
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* sm8500: Converted to C++ (nw) Wilbert Pol2013-01-301-112/+120
* (MESS) gamecom.c: A few cleanups (nw) Wilbert Pol2013-01-251-18/+30
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+18
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+8
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
* 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/+637