summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-5/+5
* GCC 4.6 fix (nw) R. Belmont2011-07-091-5/+5
* Added 0555 KRGB TA to FB conversion, used by Ring Out 4x4 [Angelo Salese] Angelo Salese2011-07-061-3/+23
* More Naomi 2 documentation (a.k.a. beware of the beast) Angelo Salese2011-07-051-9/+32
* Some rather crude implementation (note: Naomi 2 is BROKEN by now, but this ch... Angelo Salese2011-07-051-0/+62
* naomi: Hmmm, looks like I inverted the stride test [O. Galibert] Olivier Galibert2011-07-041-4/+1
* For Arbee's eyes, hacked stride size for working test mode, waiting for a bet... Angelo Salese2011-07-041-0/+2
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-5/+5
* GCC 4.6 "Variable assigned but not used" fixes, part 3 (no whatsnew) R. Belmont2011-05-301-7/+7
* Fix array bounds overflow trapped by gcc 4.6 (no whatsnew) R. Belmont2011-05-301-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-36/+36
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* (typofix) Michaƫl Banaan Ananas2011-02-091-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-19/+19
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-11/+11
* Attotime bulk conversion step: Aaron Giles2011-02-031-16/+16
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-3/+3
* naomi: support texture stride selection [O. Galibert] Olivier Galibert2011-01-101-26/+12
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-11/+11
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-16/+16
* Ported Super Famicom Box from MESS to MAME [Angelo Salese] Angelo Salese2010-05-221-6/+10
* Cleanups and version bump. Aaron Giles2010-05-051-1/+1
* fixed compile Angelo Salese2010-05-031-4/+4
* Naomi: improved Vblank-In irq timings [Angelo Salese] Angelo Salese2010-05-031-9/+26
* Naomi: work-around for an int32 overflow bug in the renderer, makes The House... Angelo Salese2010-05-031-0/+4
* Naomi: Improved Vblank-Out support Angelo Salese2010-05-011-14/+12
* Naomi: Improved the YUV FIFO IRQ firing, now it should be possible to emulate... Angelo Salese2010-04-301-4/+7
* Improved irq routines inside video/dc.c Angelo Salese2010-04-301-26/+40
* Fixed TA_LIST_INIT behaviour Angelo Salese2010-04-281-50/+55
* Fixed a bug with scanline counter, not worth mentioning Angelo Salese2010-04-271-1/+10
* Naomi: implemented PVR-DMA HW trigger [Angelo Salese] Angelo Salese2010-04-251-100/+0
* Cleanups and version bump. Aaron Giles2010-04-211-1/+1
* Fixed mode 1 Angelo Salese2010-04-181-2/+13
* Implemented H-Blank IRQ modes Angelo Salese2010-04-181-39/+63
* Improved the SPG_STATUS read handling Angelo Salese2010-04-181-2/+18
* Implemented border color hook-up Angelo Salese2010-04-171-4/+7
* Implemented fb pixel double, Naomi test mode looks now correct Angelo Salese2010-04-171-36/+132
* Implemented more regs, test mode now properly sets 640x240 resolution Angelo Salese2010-04-171-2/+76
* Implemented various PVR TA registers hook-ups in the Naomi driver [Angelo Sal... Angelo Salese2010-04-171-4/+30
* Haze: hacked 24-bit fb format for suchie3, not worth mentioning Angelo Salese2010-04-151-6/+45
* Supported the 1555 fb format in the Naomi driver, needed by Cleopatra Fortune... Angelo Salese2010-04-151-25/+113
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-3/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Naomi: Hackish support for 8888 tiles (Shootout Pool displays something) R. Belmont2009-10-171-1/+23