summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/dsplmenu.cpp
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2016-04-12 08:46:09 -0400
committer R. Belmont <rb6502@users.noreply.github.com>2016-04-12 08:46:09 -0400
commit0d0ecae0a4e531452dfd20ee75ebbedaaad7a32d (patch)
tree4abe1d4da14d4d5ae0729ac3414adb1fda890c76 /src/emu/ui/dsplmenu.cpp
parenteeb3c7d11616207c907a0f74210ea53c469d847c (diff)
parent198565b81a348d93c9091826253ce333567d26c1 (diff)
Merge pull request #802 from JoakimLarsson/diserial_stopbitfix
Added extra bit as delay between bytes to make 1 stop bit work
Diffstat (limited to 'src/emu/ui/dsplmenu.cpp')
0 files changed, 0 insertions, 0 deletions
d511c812dc3242c41c501981e1816747c61'>watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1 * -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1 * devcb3 Vas Crabb2018-07-071-36/+11 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4 * Replace machine().device with subdevice for NVRAM installation; clean up vide... AJR2018-06-031-1/+1 * Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+7 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * 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 * Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-2/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-14/+14 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-20/+21 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * New 74LS259/9334/CD4099 devices AJR2017-07-251-45/+45 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1 * daily timer_set removal (nw) Ivan Vangelista2017-04-201-15/+15