summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics (follow)
Commit message (Expand)AuthorAgeFilesLines
* clean up #include stuff, make trampoline constructors protected, restore blan... Vas Crabb2020-08-161-0/+1
* bus/centronics/epson_lx801l.cpp: cleaned up indentation, got rid of some prep... Vas Crabb2020-08-162-20/+20
* Ap2000 fixes to get it to start up properly; Also adding green ready led ind... goldnchild2020-08-151-4/+10
* Some Ap2000 fixes and UPD7810 analog fixes (#7075) goldnchild2020-08-141-4/+4
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* centronics: Add SAMDAC device Dirk Best2020-07-203-0/+158
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-186-28/+28
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-206-56/+56
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-134-4/+4
* Revert "bus/centronics: Added a R-2R ladder DAC device." Nigel Barnes2020-01-073-105/+0
* bus/centronics: Added a R-2R ladder DAC device. Nigel Barnes2020-01-073-0/+105
* 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