summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-43/+45
* Dumped sfiii3 Japanese bios [Guru] Ivan Vangelista2018-03-091-2/+20
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-35/+41
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-14/+14
* Correct CPS3 Multi-game Control sjy965252017-11-231-8/+8
* use 'sh' instead of 'superh' David Haywood2017-10-021-1/+1
* move sh2 / sh4 to a folder called superh David Haywood2017-10-021-1/+1
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-2/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* rand() corrections in src/mame/* (nw) hap2017-04-261-1/+1
* xtal.h: Better and more info (nw) AJR2017-03-261-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-112/+112
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-2/+2
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-9/+9
* speed up initial programming by reducing the number of error.log entries (nw) smf-2016-05-261-15/+16
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Yet more this==NULL fixes therealmogminer@gmail.com2016-01-231-12/+25
* reverting: Miodrag Milanovic2016-01-201-11/+11
* tags are now strings (nw) Miodrag Milanovic2016-01-161-11/+11
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+1
* (nw) David Haywood2015-12-281-6/+27
* some hand made changes (nw) Miodrag Milanovic2015-12-191-5/+0
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-14/+14
* clang-modernize part 7 Miodrag Milanovic2015-12-041-11/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3925