summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gt64xxx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-14/+14
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-3/+3
* MCFG removal (nw). Ted Green2018-09-031-3/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-10/+9
* maps: Finish devices/machine (nw) Olivier Galibert2018-04-201-6/+8
* Use device_post_load instead of callbacks. (nw) Ted Green2018-04-151-2/+1
* gt64xxx fix (nw) Olivier Galibert2018-02-121-0/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+4
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-4/+0
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-32/+32
* gt64xxx: Buffer multiple writes for PCI stall. Fixes MT 06636 (calspeed). Ted Green2017-07-291-14/+29
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-41/+44
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-110/+199
* gt64xxx: Change sdram configuration options. (nw) Ted Green2017-05-131-11/+14
* gt64xxx: Cap memory space mapping to physical memory bounds. (nw) Ted Green2017-05-091-0/+4
* seattle: Change physical memory configuration to fix crashes with wg3dh and b... Ted Green2017-05-071-6/+7
* pci: Add save state support. (nw) Ted Green2017-05-051-28/+51
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* addrmap: Remove device parameter [O. Galibert] Olivier Galibert2016-11-091-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-14/+14
* (nw) Use normal array allocation for fixed sized arrays. Ted Green2016-05-311-4/+1
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-6/+6
* voodoo: Stopped blocking of non-fifo'd register writes (nw) Ted Green2016-05-171-17/+81
* voodoo_pci: Added default PCI BAR locations (nw) Ted Green2016-05-171-69/+331
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-1/+2
* Cleanups and version bump Miodrag Milanovic2016-03-301-11/+11
* Added skeleton for Galileo System Controller Ted Green2016-03-181-0/+600