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