| Commit message (Expand) | Author | Age | Files | Lines |
* | RTC interface updates |  AJR | 2023-02-03 | 1 | -11/+17 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -120/+107 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | srcclean in preparation for MAME 0.235, and two small adjustments. |  Vas Crabb | 2021-09-26 | 1 | -2/+2 |
* | saturn.cpp: Add Korean BIOS placeholder (#8608) |  Angelo Salese | 2021-09-25 | 1 | -8/+16 |
* | stvcd.cpp: second cleanup pass: move communication interface to device_memory... |  angelosa | 2020-04-19 | 1 | -19/+19 |
* | devices/machine: simplified handlers for various devices (nw) |  Ivan Vangelista | 2020-03-24 | 1 | -16/+16 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 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 |
* | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -1/+1 |
* | scudsp, sega_scu, serflash, smartmed, smc91c9x, smioc, smpc : removed MCFG ma... |  Ivan Vangelista | 2018-10-26 | 1 | -11/+2 |
* | -nvram: Removed MCFG, nw |  mooglyguy | 2018-08-24 | 1 | -3/+4 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -11/+11 |
* | maps: Finish devices/machine (nw) |  Olivier Galibert | 2018-04-20 | 1 | -13/+14 |
* | Remove first_screen from smpc, nw |  mooglyguy | 2018-03-10 | 1 | -4/+2 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -16/+0 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -2/+2 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
* | srcclean (nw) |  Vas Crabb | 2017-10-22 | 1 | -59/+59 |
* | smpc: Don't downcast controllers that aren't configured (nw) |  AJR | 2017-10-10 | 1 | -3/+6 |
* | saturn.cpp: Moved SCU related functions inside a device [Angelo Salese] |  angelosa | 2017-10-09 | 1 | -1/+1 |
* | Improve previous commit (nw) |  angelosa | 2017-10-06 | 1 | -10/+8 |
* | smpc.cpp: simulate SETTIME bit behaviour if an invalid NVRAM data is found fo... |  angelosa | 2017-10-05 | 1 | -12/+14 |
* | saturn.cpp: rewritten SMPC into a device [Angelo Salese] |  angelosa | 2017-10-05 | 1 | -700/+108 |
* | smpc.cpp: execute commands internal to the device for ST-V (nw) |  angelosa | 2017-10-05 | 1 | -9/+393 |
* | smpc.cpp: move IREG & OREG to internal device state (nw) |  angelosa | 2017-10-05 | 1 | -72/+128 |
* | smpc.cpp: reset/halt/nmi lines delegation (nw) |  angelosa | 2017-10-05 | 1 | -65/+97 |
* | saturn.cpp: SMPC device-ification part 1 (nw) |  angelosa | 2017-10-05 | 1 | -159/+283 |
* | Fixed STV crashing regression, make m_cart_reg explicitly nullptr if not init... |  angelosa | 2017-10-03 | 1 | -1/+2 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -1/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+6 |
* | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -1/+1 |
* | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -16/+16 |
* | saturn and stv split (nw) |  Miodrag Milanovic | 2016-05-01 | 1 | -1/+1 |
* | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -16/+16 |
* | small cleanup + added note about some pad configuration |  etabeta78 | 2016-04-24 | 1 | -1/+8 |
* | saturn.cpp: converted controllers to work through slot devices, |  etabeta78 | 2016-04-23 | 1 | -195/+76 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -2/+2 |
* | auto_alloc_array_clear -> make_unique_clear (nw) |  Miodrag Milanovic | 2015-12-19 | 1 | -4/+4 |
* | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... |  Miodrag Milanovic | 2015-12-17 | 1 | -2/+2 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+1084 |