summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/interpro_ioga.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-37/+37
* devices/bus/interpro/sr/gt.cpp, src/mame/machine/interpro_ioga.cpp: initializ... Ivan Vangelista2020-06-041-0/+3
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-14/+13
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-2/+2
* interpro_ioga: fix MT7465 (nw) Patrick Mackinlay2019-10-241-1/+3
* interpro_ioga: sapphire 60Hz interrupt (nw) Patrick Mackinlay2019-06-041-3/+11
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+7
* A few more obvious uses for required_address_space (nw) AJR2019-01-221-7/+2
* interpro: headless configuration working (#3849) Patrick Mackinlay2018-08-141-12/+13
* interpro: devcb3 goodness (nw) (#3737) Patrick Mackinlay2018-08-071-15/+17
* just a little more (nw) Vas Crabb2018-07-091-6/+0
* more MCFG_ gone (nw) Vas Crabb2018-07-091-6/+10
* interpro: CLIX boots (on the ip2000) (#3730) Patrick Mackinlay2018-07-051-334/+539
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-34/+34
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* interpro: wip checkpoint (nw) (#3573) Patrick Mackinlay2018-05-151-62/+70
* interpro: install slotified mouse (nw) Patrick Mackinlay2018-05-141-68/+8
* maps: Finish mame/machine (nw) Olivier Galibert2018-04-191-11/+13
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-29/+30
* interpro: various improvements Patrick Mackinlay2018-02-271-80/+98
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-8/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-12/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* interpro: cpu and mmu improvements Patrick Mackinlay2017-11-271-5/+15
* Fix Clang build (nw) AJR2017-10-261-0/+2
* interpro: basic keyboard and graphics Patrick Mackinlay2017-10-261-667/+943
* fix MSVC build (nw) smf-2017-07-121-1/+1
* interpro: serial dma [P. Mackinlay] Patrick Mackinlay2017-07-101-65/+157
* never hurts to srcclean (nw) Vas Crabb2017-07-091-3/+3
* interpro: scsi is working [P. Mackinlay] Patrick Mackinlay2017-07-041-89/+221
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* (nw)Fixed the build (*interrupt_source not used) Robbbert2017-06-251-1/+1
* nmi and dma improvements Patrick Mackinlay2017-06-231-190/+119
* Merge remote-tracking branch 'refs/remotes/mamedev/master' into interpro Patrick Mackinlay2017-06-201-4/+4
|\
| * srcclean (nw) Vas Crabb2017-05-281-6/+6
| * interpro improvements, plus some naive scsi hacks (#2330) Patrick Mackinlay2017-05-231-186/+300
| * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* | dma/irq changes, some enum masks, serial dma regs Patrick Mackinlay2017-06-201-93/+166
* | tidy up Patrick Mackinlay2017-05-191-1/+0
* | merge Patrick Mackinlay2017-05-191-2/+2
* | Merge remote-tracking branch 'refs/remotes/mamedev/master' into interpro Patrick Mackinlay2017-05-181-7/+7
|\|
| * Self-registering devices prep: Vas Crabb2017-02-271-1/+1
| * srcclean (nw) Vas Crabb2017-02-191-11/+11
| * Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* | forced nmi handling Patrick Mackinlay2017-05-181-1/+15
* | clock based ioga interrupts Patrick Mackinlay2017-03-151-183/+285
|/
* initial pull request Patrick Mackinlay2017-01-241-27/+16