summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/jupiter.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-365/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
| | | | 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.
* get rid of all the x Dirk Best2015-06-231-2/+2
|
* Updated MESS info for licenses (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* (MESS) jupiter: Modernized floppy. (nw) Curt Coder2014-05-251-15/+12
|
* converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli2014-05-161-3/+6
|
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-11/+2
|
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-1/+0
|
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-2/+0
|
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-6/+0
|
* generic_keyboard_device, generic_terminal_device and teleprinter_device: ↵ Ivan Vangelista2014-04-091-19/+3
| | | | converted to devcb2 (nw)
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
|
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+3
|
* 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 :)
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
|
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ smf-2014-02-151-0/+2
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
|
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
|
* removed local macros since macros with same name but different syntax will ↵ Miodrag Milanovic2012-09-121-5/+2
| | | | be used in general (no whatsnew)
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
| | | | | | | | | | | | | | | 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/+394