summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-071-17/+26
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-4/+9
* Separate reel and stepper devices to an extent, cleaned up use of custom mcfg... mooglyguy2018-06-081-8/+2
* 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-082-6/+6
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-095-6/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-069-79/+79
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-045-17/+18
* Rename machine/latch.* to machine/output_latch.* (nw) AJR2018-05-021-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-145-34/+39
* centronics/epson_lx810l.cpp: Remove first_screen (nw) AJR2018-03-081-1/+1
* Remove stray address maps on spaces that don't exist (nw) Olivier Galibert2018-03-072-15/+0
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-34/+34
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-145-34/+36
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1210-6/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-233-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-178-9/+9
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-133-5/+12
* New way to provide DAC reference inputs (nw) AJR2018-01-103-12/+5
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-23/+23
* fix upd7801 & upd78c05 internal ram size & removed ram from memory maps. (nw) smf-2017-07-123-3/+0
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* Remove timer_set from src/devices/bus (nw) AJR2017-06-184-6/+16
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-0816-193/+122
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-228-9/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1420-287/+266
* fix MSVC build (nw) smf-2017-02-282-1/+1
* Self-registering devices prep: Vas Crabb2017-02-2710-12/+18
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1113-6/+7
* upd7810: Replace fake I/O space with callbacks AJR2017-02-093-37/+17
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-9/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2220-59/+59
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-176-41/+35
* Fix MT06314, V33 only has a 20-bit address bus, nw therealmogminer@gmail.com2016-08-291-2/+4
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0610-12/+12
* Fixed memory width error for p72 centronics device but ram mapping issue rema... Scott Stone2016-07-141-1/+1
* epson_lx810l.cpp: fixed ROM_REGION type (nw) Ivan Vangelista2016-07-041-2/+2
* bus/centronics/comxpl80.cpp: fixed missing required object (nw) Ivan Vangelista2016-07-021-1/+1
* LX810, AP2000: Fixed memory problem. Still has an eeprom issue. Robbbert2016-07-021-1/+1
* LX800: Fixed memory problem Robbbert2016-07-021-1/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* lx810l: non-driver devices cannot have layouts, it scrambles the parent drive... arbee2016-01-311-2/+2
* some NULL -> nullptr hap2016-01-242-2/+2
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-212-4/+2
* reverting: Miodrag Milanovic2016-01-2020-30/+30
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-8/+8
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-8/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-1620-30/+30