summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/octopus.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-7/+7
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-4/+4
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* octopus: Configurable clock for the SCN2674 (nw) AJR2018-09-111-17/+29
* scn2674/scn2672: Remove MCFG macros (nw) AJR2018-09-081-6/+6
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-1/+1
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-4/+4
* i8251: Removed MCFG, nw mooglyguy2018-08-291-4/+4
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-7/+7
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-5/+1
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-51/+52
* devcb3 Vas Crabb2018-07-071-10/+10
* cleanup (nw) Vas Crabb2018-07-061-1/+1
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-3/+4
* mc146818: correct interrupt polarity (nw) (#3627) Patrick Mackinlay2018-06-231-1/+1
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-1/+2
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+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-62/+62
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-16/+19
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-44/+49
* scn2674: Use same character width for text and graphics modes (nw) AJR2018-03-081-2/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* scn2674: More standard device configuration (nw) AJR2017-11-251-1/+2
* (nw) cb308, mcb216, cm1800 : added uart. cb308 & mcb216 marked as working. Robbbert2017-11-161-1/+1
* (nw) more drivers moved to z80sio.h Robbbert2017-10-311-19/+19
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+8
* octopus.cpp, zorba.cpp: fixed MT06562 (nw) Ivan Vangelista2017-07-071-0/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-11/+17
* srcclean (nw) Vas Crabb2016-11-271-3/+3
* octopus: fix Z80 RAM banking past 256kB mahlemiut2016-11-201-9/+4
* octopus: hook up serial lines. Concurrent DOS can now use the first serial p... mahlemiut2016-11-181-3/+10
* octopus: add blink and underline attributes mahlemiut2016-11-101-21/+13
* octopus: add colour attributes mahlemiut2016-11-081-12/+96
* octopus: add cursor display mahlemiut2016-11-021-2/+10
* srcclean (nw) Vas Crabb2016-10-231-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* octopus: added software list mahlemiut2016-10-201-1/+3
* invert IRQ signal from RTC (Concurrent DOS 4.1 now boots), add Centronics par... mahlemiut2016-10-141-10/+83