| Commit message (Expand) | Author | Age | Files | Lines |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -81/+74 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | various devices and drivers: seperate -> separate |  Ivan Vangelista | 2021-11-28 | 1 | -1/+1 |
* | 315_5124.cpp: Fix color in SMS1 VDP(315-5124), Add hardware notes (#7855) |  cam900 | 2021-05-26 | 1 | -18/+21 |
* | video/315_5124.cpp: Minor tidying up. |  Vas Crabb | 2020-10-22 | 1 | -36/+30 |
* | video/315_5124.cpp: Improved registers 03 and 04 behavior in mode 4 [Enik Lan... |  enikland2 | 2020-10-22 | 1 | -56/+135 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -4/+4 |
* | 315_5124.cpp : Fix color related to hardware measured value (#5828) |  cam900 | 2019-10-30 | 1 | -19/+58 |
* | 315_5313.cpp : Allow LCM scaling of horizontal resolution |  cam900 | 2019-10-24 | 1 | -6/+7 |
* | devices/video/315_5313.cpp : Fix 3bit color mode masking, Convert drawing rou... |  cam900 | 2019-09-13 | 1 | -15/+15 |
* | 315_5124: Adjust horizontal screen positions |  Enik Land | 2019-07-25 | 1 | -20/+17 |
* | sms.cpp: Change NMI to be routed through VDP on SMS systems (#4871) |  enikland2 | 2019-06-10 | 1 | -35/+71 |
* | 315_5124.cpp : Add SMS compatible mode color for 315-5313 |  cam900 | 2019-05-19 | 1 | -2/+11 |
* | Sega 315-5313 color related function updates |  cam900 | 2019-05-19 | 1 | -6/+55 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -94/+102 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -102/+94 |
* | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -2/+3 |
* | 315_5124.cpp : Updates |  cam900 | 2019-02-11 | 1 | -92/+99 |
* | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -12/+14 |
* | make this more consistent (nw) |  Vas Crabb | 2018-08-20 | 1 | -289/+185 |
* | 315_5124.cpp minor fixes to previous changes |  Enik Land | 2018-08-18 | 1 | -53/+55 |
* | (nw) srcclean and some cleanup: |  Vas Crabb | 2018-07-22 | 1 | -19/+19 |
* | Fix trampoline constructors (nw) |  Vas Crabb | 2018-07-22 | 1 | -2/+2 |
* | 315_5124.cpp updates (#3692) |  enikland2 | 2018-07-22 | 1 | -331/+665 |
* | maps: Finish devices/video (nw) |  Olivier Galibert | 2018-04-20 | 1 | -3/+4 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -2/+2 |
* | 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 | -2/+2 |
* | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 1 | -25/+25 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+9 |
* | qs1000, 315_5124 and 315_5313 devices: test Vas' latest work (nw) |  Ivan Vangelista | 2017-05-22 | 1 | -24/+11 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -2/+2 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -41/+35 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -2/+2 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -3/+3 |
* | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -2/+2 |
* | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -2/+2 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -53/+53 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
* | sg1000.cpp: many improvements [Enik Land] |  etabeta78 | 2016-06-24 | 1 | -6/+25 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -5/+5 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -5/+5 |
* | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -2/+2 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+1711 |