summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/iteagle_fpga.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-13/+13
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-3/+2
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-7/+7
* Make gtfore03a work again S.Z2019-07-091-0/+12
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+3
* misc MACHINE_CONFIG macros removal (nw) Ivan Vangelista2019-02-091-2/+3
* Fixed MT07104: bbh, bbhsc, bbhsca, bbh2sp, bbh2spa, bbh2spb: Targeting is off... Ted Green2019-01-191-1/+1
* -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... mooglyguy2018-09-221-9/+9
* atlantis pci9050 iteagle_fpga: MCFG removal (nw). Ted Green2018-09-041-9/+9
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-11/+11
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-5/+6
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-4/+5
* iteagle: Use callbacks to access IO ports. (nw) Ted Green2018-07-131-14/+21
* iteagle: Remove runtime tag lookups. (nw) Ted Green2018-06-291-8/+21
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-271-1/+2
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-10/+11
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+13
* maps: Finish mame/machine (nw) Olivier Galibert2018-04-191-16/+21
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-1/+1
* iteagle_fpga fix (nw) Olivier Galibert2018-02-121-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* 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-3/+3
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-1/+1
* iteagle: Promote virtpool from MACHINE_NOT_WORKING to MACHINE_IMPERFECT_GRAPH... Ted Green2017-09-131-52/+99
* Make machine().describe_context() a const function returning a std::string (nw) AJR2017-07-131-4/+4
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-37/+22
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+12
* iteagle: Added save states to iteagle driver. Ted Green2017-05-051-0/+13
* iteagle_fpga: Set correct uart crystal frequency and add cpu delay to prevent... Ted Green2017-05-031-2/+6
* Self-registering devices prep: Vas Crabb2017-02-271-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* iteagle: Remove leftover debug print. (nw) Ted Green2016-12-221-1/+4
* midwayic: Added hooks for serial communication. (nw) Ted Green2016-12-211-29/+97
* iteagle: Cleaned up serial handling (nw) Ted Green2016-12-041-91/+152
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-1/+1
* (nw) Changed array assignment to double brackets for c++11 and android compat... Ted Green2016-05-311-2/+2
* (nw) Use normal array allocation for fixed sized arrays. Ted Green2016-05-311-11/+10
* vrc4373: Added correct PCI config map (nw) Ted Green2016-05-201-65/+49
* (nw) Switched to using generic IDE PCI device Ted Green2016-05-201-183/+30
* iteagle: Move serial irq assignment to top level Ted Green2016-03-181-2/+2
* Added Big Buck Hunter II Ted Green2016-03-181-14/+45
* Carnival King now working Ted Green2016-01-281-20/+23