summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/radio86.h
Commit message (Collapse)AuthorAgeFilesLines
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
|
* (MESS) another round of cartslot updates. this commit, among the Fabio Priuli2014-09-261-1/+6
| | | | other things, restores the functionality of cgenie ROM expansion which had been lost probably around 2009. nw.
* 8257dma: replace it in dkong and kill it (nw) cracyc2014-04-301-1/+1
|
* i8275: Replaced with new implementation. (nw) Curt Coder2014-04-301-1/+1
|
* (mess) radio86: convert to new 8257 and 8275 (nw) cracyc2014-04-301-21/+4
| | | | | i8257: fix off-by-one (nw) --- Unior doesn't quite display properly. Only remaining user of 8257dma is dkong.
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-7/+0
| | | | | p.s. I tested several games/systems and I triple checked the diff to be sure I did not make any copy and paste mistake in the 195 files touched by this, but let me know if any system suddenly stops working!
* i8257: updated to devcb2. nw. Fabio Priuli2014-04-121-3/+0
|
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+5
|
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-1/+7
|
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members ↵ Miodrag Milanovic2013-04-241-1/+2
| | | | | instead (nw) this require clean compile
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
|
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
|
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-26/+25
|
* removed devhelpr.h and trampolines in half modern devices,also southbridge ↵ Miodrag Milanovic2013-03-201-1/+1
| | | | also use am9517a device now (no whatsnew)
* (MESS) radio86.c orion.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-141-1/+56
|
* (MESS) radio86 et al: Tagmap cleanup. (nw) Curt Coder2013-01-251-0/+3
|
* i8275: Modernized. [Curt Coder] Curt Coder2012-12-281-7/+0
|
* upd7220: Refactored to use bitmap_rgb32. (nw) Curt Coder2012-12-071-3/+3
| | | i8275: Refactored to use bitmap_rgb32. (nw)
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-0/+10
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-7/+1
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-0/+2
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+82