summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/itt3030.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved optional_device<screen_device> m_screen and ↵ Miodrag Milanovic2014-03-051-1/+3
| | | | optional_device<palette_device> m_palette out of driver.* (nw)
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+2
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* removed space before m_gfxdecode in main trunk(nw) Miodrag Milanovic2014-02-261-2/+2
|
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
|
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag ↵ Miodrag Milanovic2014-02-161-2/+2
| | | | | | | | | | Milanovic] Updated all devices and drivers for using it. out of whatsnew: Note that it is made to work same as before, in some cases it can be more logic to move gfxdevice into subdevice itself then to keep it in main driver.
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-1/+1
|
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-180/+179
|
* (MESS) itt3030: correct blanking status bits, fixes long wait at startup (nw) R. Belmont2013-12-121-1/+13
|
* (MESS) itt3030: preliminary keyboard matrix hookup, fixed text drawing [R. ↵ R. Belmont2013-12-111-11/+137
| | | | Belmont]
* fix Clang? compile (nw) R. Belmont2013-12-091-1/+13
|
* (MESS) Checkpoint (nw) R. Belmont2013-12-081-1/+39
|
* (MESS) fix typo (nw) R. Belmont2013-12-061-2/+2
|
* compile fix (unused variable) (nw) Miodrag Milanovic2013-12-061-1/+1
|
* (MESS) itt3030: preliminary bankswitching setup using bankdev [R. Belmont] R. Belmont2013-12-061-6/+82
|
* (MESS) itt3030: start adding to the skeleton. [rfka01, R. Belmont] R. Belmont2013-12-061-14/+254
|
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
|
* 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-7/+7
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
|
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+154