summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/gamecom.c
Commit message (Collapse)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
| | | | | Centipede, Wheel of Fortune 1 & 2 are fully playable. Frogger and Quiz Whiz are 98% playable.
* (MESS) gamecom : added support for dma.decrement_y. Fixes reversed ↵ Robert2014-11-271-5/+8
| | | | animations in Frogger.
* 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
| | | Still a few bugs, will be worked on over the weekend.
* 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
| | | | experimental eprom writing to the beta.c driver (pending more accurate tests). nw.
* 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 ↵ Angelo Salese2013-10-231-2/+2
| | | | bit faster
* 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 ↵ Angelo Salese2013-10-231-0/+9
| | | | Com" speech
* 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 ↵ Miodrag Milanovic2012-09-131-9/+8
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
| | | | | | resolved device_state_interface. Added redundant methods to device_state_interface to generate errors when this is done.
* 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.
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+637