summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/epson_sio (follow)
Commit message (Expand)AuthorAgeFilesLines
* misc: small cleanups hap2024-03-231-1/+1
* m6801: Move RAM, ROM and I/O areas into internal maps for all variants (inclu... AJR2023-11-112-4/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-016-20/+20
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-044-33/+33
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-264-7/+7
* hd6301x, hd6301y & derivatives: Updates to internal peripheral emulation AJR2021-05-081-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-2/+2
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-184-12/+12
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-202-8/+8
* Missing from previous M6801 update (nw) AJR2020-03-121-1/+1
* i8274, upd7201: Replace legacy device emulations and rename new devices AJR2020-02-231-1/+1
* Spring cleaning: Vas Crabb2019-11-012-18/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-265-56/+48
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-48/+56
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-083-34/+26
* bus/epson_sio, bus/s100: Clean up some MCFGs (nw) AJR2019-01-184-22/+22
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-132-2/+2
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-252-0/+2
* m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) AJR2018-10-262-11/+7
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-282-3/+3
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-4/+4
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* devcb3 Vas Crabb2018-07-071-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-6/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-14/+14
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-11/+14
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-021-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-142-27/+31
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-142-20/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-124-4/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-233-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-084-40/+30
* Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-261-1/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2
* change short name back to epson_pf10 after recent change. (nw) smf-2017-05-171-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-27/+29
* Self-registering devices prep: Vas Crabb2017-02-273-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-116-3/+3
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-8/+8
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-064-4/+4
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* reverting: Miodrag Milanovic2016-01-206-14/+14
* tags are now strings (nw) Miodrag Milanovic2016-01-166-14/+14
* override part 1 (nw) Miodrag Milanovic2015-12-053-17/+17
* clang-modernize part 2 Miodrag Milanovic2015-12-043-7/+7