summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/maria.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-484/+0
|
* Submitted license info (nw) balr0g2015-05-261-1/+1
|
* finish setting copyright holders for MESS section (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 bumpmame0157 Miodrag Milanovic2014-12-311-2/+2
|
* (MESS) maria.c: Implemented "colorburst kill" bit of the MARIA CTRL ↵ Scott Stone2014-12-031-0/+8
| | | | | register. [Mike Saarna, Robert Tuccitto]
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-14/+14
|
* (MESS) maria.c: improved DMA accuracy. [Mike Saarna, Robert Tuccitto] Fabio Priuli2014-10-101-81/+102
| | | | | | | | | - Last Line DMA value corrected to 6. GCC and Atari docs both show a difference between Other Line and Last Line as +6 at the lowest part of the range. - Blank scanlines are drawn when DMA is off, like real hardware. - If MARIA hits the DMA limit, the CPU doesn't run until the next scanline.
* (MESS) maria.c: Fabio Priuli2014-09-061-14/+25
| | | | -Timeout rendering added. [Mike Saarna] -Reorganized DMA penalties to support new rendering code [Mike Saarna, Robert Tuccitto]
* (MESS) a7800: split video emulation (Atari MARIA chip) into a Fabio Priuli2014-08-261-0/+442
separate device. [Fabio Priuli]