summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/h8.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-2/+1
* (nw) nascom1/2: cassette fixed ; added more cassette wav sounds Robbbert2019-06-291-1/+1
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-1/+1
* (nw) cassette cleanup Robbbert2019-05-171-13/+7
* (nw) h8 : fixed name & company, oops. Robbbert2019-05-171-2/+2
* h8 : fixed cassette, added reset button, marked as WORKING. Robbbert2019-05-171-19/+34
* h8: Correct manufacturer and improve machine name (nw) AJR2019-05-161-2/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+2
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-151-16/+17
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-4/+2
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* devcb3 Vas Crabb2018-07-071-5/+5
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-2/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-4/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* (nw) output finder for atari_s1,atari_s2,dauphin,rotation,h8,dagz80 Robbbert2018-04-031-2/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* 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-1/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* (nw) removed some trampolines Robbbert2017-09-301-13/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-2/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-6/+6
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-6/+6
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+368