| Commit message (Expand) | Author | Age | Files | Lines |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 1 | -3/+3 |
| * | emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... |  Vas Crabb | 2024-09-16 | 1 | -2/+2 |
| * | devices/bus: remove use of utf8.h |  hap | 2023-12-23 | 1 | -8/+6 |
| * | devices/bus: remove \xC2 and \xC3 from input defs |  hap | 2023-12-23 | 1 | -6/+6 |
| * | various drivers: a few more output().set_value() removals |  Ivan Vangelista | 2023-08-30 | 1 | -2/+0 |
| * | cpu/nec: Fixed build; also, srcclean |  Vas Crabb | 2023-03-26 | 1 | -2/+2 |
| * | abc1600: Implement reset button. [Curt Coder] |  Curt Coder | 2023-03-08 | 1 | -0/+10 |
| * | abc1600: Cleanup |  Curt Coder | 2023-03-08 | 1 | -44/+63 |
| * | abc1600: Cleanup |  Curt Coder | 2023-03-07 | 1 | -3/+4 |
| * | abc1600: Implement Luxor R8 mouse. [Curt Coder] |  Curt Coder | 2023-03-07 | 1 | -30/+8 |
| * | abc1600: Use later keyboard ROMs to fix UP/DOWN mode. [Curt Coder] |  Curt Coder | 2023-03-07 | 1 | -2/+2 |
| * | abc1600: Fix cursor keys. [Curt Coder] |  Curt Coder | 2023-03-07 | 1 | -5/+52 |
| * | abc1600: Bring the mouse CPU online. [Curt Coder] |  Curt Coder | 2023-03-06 | 1 | -97/+34 |
| * | Move UTF8_xxx string literal macros to new header in lib/util |  AJR | 2022-09-25 | 1 | -0/+3 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -37/+14 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | another bunch of READ* / WRITE* macros removal (nw) |  Ivan Vangelista | 2020-05-20 | 1 | -6/+6 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -1/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+1 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+1 |
| * | mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... |  Ivan Vangelista | 2019-03-01 | 1 | -1/+1 |
| * | mcs48: Removed MCFG, nw |  mooglyguy | 2018-12-08 | 1 | -17/+17 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -1/+1 |
| * | Move the +1 to the proper place in the ROM BIOS macros - that's been |  Vas Crabb | 2018-05-29 | 1 | -6/+7 |
| * | use plural names for output finders when there are multiple outputs (#3595) |  wilbertpol | 2018-05-27 | 1 | -13/+13 |
| * | Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) |  wilbertpol | 2018-05-20 | 1 | -11/+13 |
| * | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -13/+13 |
| * | Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... |  smf- | 2018-04-03 | 1 | -4/+4 |
| * | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -25/+28 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -3/+3 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -3/+3 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
| * | some more device_add_mconfig in devices/bus (nw) |  Ivan Vangelista | 2017-06-07 | 1 | -13/+2 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
| * | mcs48: Convert ports to devcb (nw) |  AJR | 2017-05-06 | 1 | -19/+10 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+2 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -0/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -3/+3 |
| * | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 1 | -1/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | modernize output_manager (nw) |  Miodrag Milanovic | 2016-01-10 | 1 | -11/+11 |
| * | cleanup |  Miodrag Milanovic | 2015-12-05 | 1 | -1/+1 |
| * | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 1 | -1/+1 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+782 |