summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cps3: tweak frame rate based on more precise measurements, early boards docs MetalliC2019-11-301-11/+17
* new working clones MetalliC2019-11-181-5/+35
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* few notes (nw) MetalliC2019-10-241-1/+1
* cps3: add not compressed Character DMA, jojobar1 image confirmed good, conver... MetalliC2019-10-011-9/+20
* cps3.cpp: tilemap linescroll little fix MetalliC2019-09-241-3/+3
* srcclean (nw) Vas Crabb2019-09-221-113/+113
* cps3 docs, remove few wrong parts (nw) MetalliC2019-09-211-11/+8
* cps3.cpp: replaced color DMA fading algo, expected to be hardware-accurate MetalliC2019-09-201-9/+3
* remove unused (nw) MetalliC2019-09-191-5/+0
* cps3.cpp changes: [MetalliC, David Haywood] MetalliC2019-09-191-80/+68
* cps3.cpp: confirmed sfiii3 dump is good, updated to CHD v5 (nw) MetalliC2019-09-131-3/+3
* cps3.cpp changes: MetalliC2019-09-091-20/+21
* cps3.cpp: sprite list caching (fixes warzard 2p VS screen and jojo intro "ene... MetalliC2019-09-091-22/+48
* cps3.cpp: tweak screen rates as per new measurements (nw) MetalliC2019-09-081-8/+5
* fix prev (nw) MetalliC2019-09-081-2/+2
* naomi.cpp: redumped initdv2ja and ggxxsla GD-ROMs [MajorPBX] MetalliC2019-09-081-1/+3
* cps3.cpp: remove "imperfect graphics" flag, improve save states, fix eeprom s... MetalliC2019-09-071-67/+78
* cps3.cpp: render tilemaps as set of rows from sprite-list (fixes sfiii Alex's... MetalliC2019-09-071-17/+16
* cps3.cpp: fix jojo intro missing star sprite and game title bg color, more do... MetalliC2019-09-041-67/+48
* cps3.cpp: delay Palette/Character DMAs interrupt, get rid of periodic irq, mo... MetalliC2019-09-021-49/+90
* cps3.cpp changes: MetalliC2019-08-301-218/+218
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-5/+5
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-5/+5
* Move modern SCSI CD/HD devices into src/devices/bus/nscsi (nw) AJR2019-07-111-1/+1
* Merge branch 'master' into cps3_code cam9002019-02-271-17/+17
|\
| * intelfsh: Eliminate address_space argument from read/write handlers (nw) AJR2019-02-011-16/+16
| * wd33c9x: Convert the remaining drivers, kill the old driver [O. Galibert] Olivier Galibert2019-01-221-1/+1
* | cps3.cpp : Minor code cleanup cam9002019-01-131-4/+2
* | Merge branch 'master' of https://github.com/mamedev/mame into cps3_code cam9002019-01-121-2/+2
|\|
* | cps3.cpp : Updates / Cleanups cam9002019-01-051-575/+484
|/
* cps3.cpp : Updates (#4442) cam9002019-01-031-28/+70
* wd33x9c: Checkpoint commit for co-debugging Olivier Galibert2019-01-031-42/+39
* Merge pull request #4433 from cam900/cps3_pal ajrhacker2018-12-281-15/+22
|\
| * cps3.cpp : Correct color fading behavior closer to real hardware cam9002018-12-261-15/+22
* | Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
|/
* -sh2, sh4, sat_ctrl: Removed MCFG, nw mooglyguy2018-12-091-30/+37
* srcclean and cleanup (nw) Vas Crabb2018-10-281-7/+7
* cps3 - light cleanups DavidHaywood2018-09-281-228/+180
* support rowscroll on the score layer of cps3, fixes jojoba combo meters DavidHaywood2018-09-271-11/+30
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-56/+63
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-2/+2
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-15/+14
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-37/+37
* cps3.cpp: Remove unnecessary address_space argument (nw) AJR2018-05-311-3/+3
* cps3.cpp: Eliminate machine().device (nw) AJR2018-05-311-8/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-52/+52