summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hk68v10.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-402/+0
* init vars for coverity (drivers/h) Robbbert2022-03-251-2/+2
* Fixed a few doco strings. Robbbert2021-07-101-0/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-12/+12
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+6
* mame\drivers: removed most MCFG and MACHINE_CONFIG_MACROS (nw) Ivan Vangelista2019-02-281-6/+7
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-3/+3
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-6/+6
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-1/+1
* (nw) fixed a few random typos Robbbert2018-08-091-1/+1
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-35/+35
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-271-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+3
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-33/+33
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* fixed Coverity "Out-of-bounds write" warnings in drivers with VME (nw) firewave2018-01-201-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* hk68v10: Add Z8536 CIO (nw) AJR2017-12-311-1/+4
* fix some typos (#2772) Martin Lindhe2017-11-031-1/+1
* (nw) more cleanups Robbbert2017-10-071-2/+2
* (nw) Housekeeping. Robbbert2017-08-121-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* VME bus: added default bus address space and prepared for bus specific features Joakim Larsson Edstrom2017-02-081-1/+1
* Added VME interface to the last VME boardds fccpu1, fccpu20 and hk68v10, no V... Joakim Larsson Edstrom2017-01-051-14/+20
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* Cleanups and version bump Miodrag Milanovic2016-07-271-3/+3
* Verified correct SCC clock, which with latest SCC device driver updates works... Joakim Larsson Edstrom2016-07-231-35/+39
* Changed faked divider constant to match bugfix in SCC driver, still need to f... Joakim Larsson Edstrom2016-06-021-1/+2
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-4/+4
* Documented setup sequence of SCC for Hbug Joakim Larsson Edstrom2016-05-151-0/+11
* Fixed proper baudrate using the scc baudrate generator and correct crystal value Joakim Larsson Edstrom2016-03-271-14/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-4/+4
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+383