summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-012-6/+5
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-304-14/+12
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* ssystem3: rewriting driver from scratch (nw) hap2019-08-211-1/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-152-2/+2
* m6805: Eliminate the generic m6805_device type (nw) AJR2019-07-122-29/+3
* polgar: add note (nw) hap2019-06-022-2/+0
* added shared chessmachine device for Mephisto risc, chessmachine EC, chessmac... hap2019-06-013-0/+83
* (nw) Clean up the mess on master Vas Crabb2019-03-267-112/+40
* Revert "conflict resolution (nw)" andreasnaive2019-03-257-40/+112
* volt_reg: set default m_output (nw) hap2019-02-193-4/+0
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-112-17/+27
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-102-10/+11
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-80/+0
* imagedev\printer: removed MCFG macro (nw) Ivan Vangelista2019-01-211-4/+5
* -epson_lx810l: Eliminated MACHINE_CONFIG_START, nw mooglyguy2018-08-251-24/+25
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... mooglyguy2018-08-012-0/+14
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-164-16/+12
* more cleanup and removal of mcfg (nw) Vas Crabb2018-07-156-73/+69
* (nw) 6821 and 6850 have no clock for bus logic side, remove some MFCG_, fix b... Vas Crabb2018-07-131-10/+14
* 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