summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ssem.c
Commit message (Collapse)AuthorAgeFilesLines
* 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