summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ssem.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-655/+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.
* please bear with me.. these are needed to compile in GCC 5.2 and I want ↵ Cowering2015-07-231-0/+11
| | | | mingw guys to see them. with luck they can be reverted in a couple of days (nw)
* and another one... (nw) Cowering2015-07-081-1/+1
|
* missed one (nw) Cowering2015-07-081-1/+1
|
* Updated licenses on Ryan Holtz request (nw) Miodrag Milanovic2015-05-091-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* compilation fix for VS14 CTP4 (nw) smf-2014-10-181-1/+1
|
* (MESS) ssem: converted the driver to use quickload for Fabio Priuli2014-09-231-59/+38
| | | | mounting programs into memory, since this system obviously uses no carts. nw.
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
|
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-3/+4
|
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-4/+3
|
* removed some of machine().first_screen() users (nw) Miodrag Milanovic2014-03-141-3/+5
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+2
|
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
|
* small cleanup (nw) Miodrag Milanovic2013-04-151-5/+3
|
* more cleanup (nw) Miodrag Milanovic2013-04-141-9/+8
|
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-5/+5
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
|
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-9/+12
|
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+3
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
|
* - h6280.c: Modernized the H6280 core. Ryan Holtz2012-12-231-3/+4
| | | | | - c6280.c: Modernized the C2680 sound core. (nw) fixed ssem compile issue
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-77/+77
|
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-14/+14
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-4/+3
| | | | changed to be members of state classes (no whatsnew)
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-3/+3
| | | | | | | | | | | | | | | 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/+661