summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hng64.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -mips, rsp: Removed MCFG, nw mooglyguy2018-12-091-23/+27
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-246/+246
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-59/+59
* hng64: refactor (nw) (#3861) David Haywood2018-08-231-23/+168
* hng64 refactoring (#3860) David Haywood2018-08-171-83/+161
* hng64 : misc progress (nw) (#3858) David Haywood2018-08-171-102/+39
* hng64: misc cleanups + kludge so that roadedge / xrally can be coined up and... David Haywood2018-08-141-50/+56
* hng64: allow IOMCU to trigger MIPS IRQs (#3838) David Haywood2018-08-081-178/+39
* hng64: read a bunch of ports through the IO MCU instead of simulation (#3837) David Haywood2018-08-081-193/+376
* hng64 - add dpram device (nw) (#3836) David Haywood2018-08-081-360/+334
* hng64: MIPS side IRQ notes (nw) (#3826) David Haywood2018-08-051-14/+234
* current hng64 / tlcs870 notes, tweaks etc. DavidHaywood2018-08-041-58/+145
* tlcs870 - feature stubs (#3818) David Haywood2018-08-021-2/+2
* tlcs870 - takes first interrupt (nw) (#3807) David Haywood2018-07-311-8/+92
* tlcs870 - ALU flags, passes internal RAM check (nw) (#3797) David Haywood2018-07-281-17/+49
* tlcs870 updates (#3787) David Haywood2018-07-261-1/+36
* Flesh out TLCS870 core (#3763) David Haywood2018-07-231-5/+15
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-19/+19
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-23/+23
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-29/+30
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* 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-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+1
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-23/+25
* Do the easy ones (nw) Olivier Galibert2018-01-011-2/+2
* hng64.cpp: very minor documentation update (nw) Ivan Vangelista2017-11-281-1/+1
* hng64.cpp: fixed regression (nw) Ivan Vangelista2017-05-251-0/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+4
* srcclean (nw) Vas Crabb2017-02-191-1/+1
* preliminary TLCS-870 disassembler - Work in Progress (#1967) ajrhacker2017-02-051-3/+7
* hng64: document I/O CPU clock [Guru] arbee2017-01-081-1/+1
* added a dump of one of the hng64 tmp87ph40an i/o chips [Caps0ff] David Haywood2017-01-051-1/+5
* Make RTC-6242x and RTC-7242x nominally distinct device types (nw) AJR2016-11-151-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* hng64 fix (nw) Miodrag Milanovic2016-05-011-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2003