summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/psx.c
Commit message (Expand)AuthorAgeFilesLines
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-121-5/+5
* this fixes golgo13 (note: namcos12 is the only place where psx vblank_state i... Michaël Banaan Ananas2014-04-091-1/+1
* debug output uses the gpu screen rather than using first_screen(). (nw) smf-2014-03-151-11/+12
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-4/+4
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-1/+2
* move the palette into the screen (nw) smf-2014-02-271-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+4
* #if DEBUG_VIEWER instead of #if defined() (nw) smf-2014-02-231-20/+20
* removed some casting (nw) smf-2014-02-221-4/+4
* Fixed rendering issue in psyaria and raycris attract. [smf] smf-2014-02-221-76/+80
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* psxgpu: m_debug struct is uninitialised in a non-debug build (no whatsnew) mahlemiut2014-01-251-0/+2
* asserted copyright (nw) smf-2013-11-021-0/+2
* Fixed driver_device OVERRIDE macros to work with devices, report_bad_device_c... smf-2013-07-151-9/+3
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-8/+8
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-31/+31
* midtunit modernization and some cleanup (nw) Miodrag Milanovic2013-05-081-30/+30
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-2/+1
* added triangle culling, most noticeably fixes NASCAR Thunder 2004 [smf] smf-2013-04-251-108/+81
* psxgpu_device::update_screen clears the border area. [smf] smf-2013-04-061-4/+14
* Stop mesh being displayed all the time when MAME_DEBUG is set. (nw) smf-2013-04-061-2/+2
* vram & mesh viewer switch to 1024x1024. Truncate x & y coordinates in mesh be... smf-2013-04-041-57/+55
* (MESS) band aid fix for Tobal No. 1, some graphics issues remain [smf] smf-2013-04-041-1/+1
* I don't think this test can be true any more (nw) smf-2013-04-031-15/+0
* Apply draw offset later to avoid the coordinates wrapping when truncated, whi... smf-2013-04-031-108/+160
* Treat x & y coordinates as 11 bit signed on dots, lines & rectangles. This fi... smf-2013-03-311-24/+24
* tweak to the mesh display (nw) smf-2013-03-311-15/+15
* Treat x & y coordinates as 11 bit signed, Ridge Racer Revolution loading game... smf-2013-03-291-2/+2
* Some changes to the psx mesh display for debugging. (nw) smf-2013-03-271-6/+4
* clamp framebuffer reading to frame buffer coordinates. not sure this is accur... smf-2013-01-221-1/+1
* change the rendering back to quads as less people complained about the old gr... smf-2013-01-201-185/+257
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
* removed psx_state, all code shared between mame and mess is now in src/emu/ [... smf-2013-01-041-9/+2
* uses MCFG_SCREEN_UPDATE_DEVICE (nw) smf-2012-11-081-7/+1
* Hooked up PSX IRQ's using DEVCB2 [smf] smf-2012-10-251-3/+6
* Stop the elephant stage on Handle Champ from crashing, though other graphics ... smf-2012-05-181-0/+20
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-1/+6
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-3/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-11/+10
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-6/+6
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-3/+3
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-5/+5
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* psx: Remove failed experiment [O. Galibert] Olivier Galibert2011-09-141-22/+2
* Possible solution to the sianniv hack. smf, please check and think about it.... Olivier Galibert2011-09-061-16/+20
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-061-6/+6
* Quick and dirty sianniv check (nw) Olivier Galibert2011-09-061-3/+5
* sianniv: "fix" the hack to make sianniv working [O. Galibert] Olivier Galibert2011-09-061-2/+2