summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/gmaster.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-315/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
| | | | 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.
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* upd7810: remove gamemaster hack for INTFE1 Ramiro Polla2014-11-041-7/+0
| | | | | The extended timer has been properly implemented in upd7810. Tested with Continental Galaxy 2020.
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
|
* (MESS) consolidated generic socket / cartslot a bit more: removed Fabio Priuli2014-09-221-2/+2
| | | | | | redundant cart_mounted() function since exists() from image device already provides the required service, and added capability to specify endianness of the rom region (otherwise not detectable from fullpath). nw.
* some more generic slots. nw. Fabio Priuli2014-09-191-7/+11
|
* (MESS) gmaster : cleanup Robbbert2014-05-151-19/+8
|
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-1/+1
|
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+5
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-1/+2
|
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
|
* (MESS) gmaster.c: Misc cleanups (nw) Wilbert Pol2013-05-231-49/+76
|
* (MESS) gmaster.c: Switched to use simple speaker sound device. (nw) Wilbert Pol2013-05-231-5/+45
|
* documentation (nw) Wilbert Pol2013-05-231-5/+2
|
* (MESS) gmaster.c: Give it some bleeps and ploinks (see MT#5150). (nw) Wilbert Pol2013-05-221-1/+2
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-32/+32
|
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+5
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-3/+2
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-9/+9
| | | | | | | | | | | | | | | and set_state() to set_state_int() for consistency. Update all callers. Also add set_pc() helper and updated all callers to use that instead of set_state_int(STATE_GENPC) [Aaron Giles] Added device_t::state() method to get the state interface. Added redundant device_state_interface::state() method to catch redundant use of it. [Aaron Giles] Removed cpu_get_reg() and cpu_set_reg() macros in favor of using the above methods. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+261