summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/interpro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-081-1/+1
* interpro.cpp: Correct region widths (nw) AJR2019-11-161-24/+24
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-7/+3
* interpro: use input_merger (nw) Patrick Mackinlay2019-10-241-2/+7
* (nw) misc cleanup: Vas Crabb2019-10-051-1/+1
* z80scc: Read/write handler cleanups (nw) AJR2019-06-121-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+20
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-20/+12
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-2/+2
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-4/+4
* Copy/paste mistake (nw) AJR2019-02-261-2/+2
* bus/interpro/sr: Replace CPU finder with required_address_space (nw) AJR2019-02-261-4/+12
* housekeeping (nw) Patrick Mackinlay2019-01-071-2/+2
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-1/+1
* interpro: cleanup + more graphics (nw) Patrick Mackinlay2018-08-221-261/+260
* interpro: headless configuration working (#3849) Patrick Mackinlay2018-08-141-68/+80
* interpro: devcb3 goodness (nw) (#3737) Patrick Mackinlay2018-08-071-193/+181
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* more MCFG_ gone (nw) Vas Crabb2018-07-091-17/+22
* devcb3 Vas Crabb2018-07-071-4/+4
* nscsi: add support for CD-ROMs with 512-byte blocks (#3727) Patrick Mackinlay2018-07-061-2/+1
* interpro: CLIX boots (on the ip2000) (#3730) Patrick Mackinlay2018-07-051-177/+319
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* interpro: add ip6000 roms (nw) Patrick Mackinlay2018-05-301-19/+30
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-11/+11
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-15/+15
* interpro: lle keyboard working (#3608) Patrick Mackinlay2018-05-251-11/+3
* interpro: wip checkpoint (nw) (#3573) Patrick Mackinlay2018-05-151-34/+391
* interpro: install slotified mouse (nw) Patrick Mackinlay2018-05-141-5/+10
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-50/+50
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-16/+20
* interpro: minor changes (nw) Patrick Mackinlay2018-04-121-16/+23
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-85/+99
* little more use of output_finder Vas Crabb2018-03-011-2/+4
* interpro: various improvements Patrick Mackinlay2018-02-271-151/+184
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-13/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-39/+39
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-12/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-10/+10
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-17/+20
* interpro: cpu and mmu improvements Patrick Mackinlay2017-11-271-23/+71
* interpro: use new 28f010 device (nw) Patrick Mackinlay2017-11-171-22/+32
* interpro: minor fixes (nw) Patrick Mackinlay2017-10-271-1/+1
* interpro: basic keyboard and graphics Patrick Mackinlay2017-10-261-344/+548
* clipper: interrupt handling fixes Patrick Mackinlay2017-09-051-1/+1
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-1/+1
* interpro: serial dma [P. Mackinlay] Patrick Mackinlay2017-07-101-14/+26