summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/lynx.h
Commit message (Collapse)AuthorAgeFilesLines
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-0/+11
|
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+1
|
* (MESS) lynx.c: modernized sound emulation, slightly simplified blitter Fabio Priuli2013-05-191-57/+14
| | | | | | | | functions and added save state to the driver. [Fabio Priuli] out of whatsnew: as with gb and nes, I plan to add the support save flag before 0.149 after some more testing and, for the record, this driver would really need a volunteer willing to make devices out of the code for mikey and suzy chips, which is currently spread in multiple source files...
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-1/+2
|
* lynx and bbc cleanup (nw) Miodrag Milanovic2013-04-181-6/+15
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
|
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
|
* Expanded device_t constructor with parameters for short name and source file ↵ Miodrag Milanovic2013-03-261-1/+1
| | | | location [Miodrag Milanovic]
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-0/+1
|
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-0/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-95/+95
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-0/+4
|
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-5/+0
|
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-5/+5
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Pass 2 of struct modernization. Aaron Giles2012-09-151-10/+10
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-2/+5
| | | | changed to be members of state classes (no whatsnew)
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+271