| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+3 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -212/+136 |
* | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -1/+1 |
* | devices/machine, sound and video: removed read and write macros (nw) |  Ivan Vangelista | 2020-06-17 | 1 | -80/+80 |
* | pc_vga & co.: Simplify 8-bit handler signatures (nw) |  AJR | 2020-05-31 | 1 | -87/+87 |
* | removed more dummy_space() calls (nw) |  smf- | 2020-04-02 | 1 | -42/+40 |
* | svga_s3,s3virge: make hardware cursor display correctly in 15bpp and 24bpp vi... |  mahlemiut | 2020-01-16 | 1 | -7/+22 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -1/+2 |
* | pcipc: added a slightly more usable PCI S3 Virge/DX video card. |  mahlemiut | 2019-08-09 | 1 | -0/+3 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -6/+8 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -8/+6 |
* | midi: remove MCFG macros (nw) |  Ivan Vangelista | 2019-01-19 | 1 | -6/+8 |
* | (nw) fix stuff: |  Vas Crabb | 2018-11-29 | 1 | -3/+3 |
* | ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... |  mooglyguy | 2018-08-23 | 1 | -1/+1 |
* | vis: fix display in 256 color mode and add buttons 1 and 2 [Carl] |  cracyc | 2018-08-07 | 1 | -2/+5 |
* | Removed nearly all custom MCFG macros from eepromser, migrated more of police... |  mooglyguy | 2018-06-07 | 1 | -1/+1 |
* | pc_vga.cpp: machine().device cleanups (nw) |  AJR | 2018-05-13 | 1 | -12/+4 |
* | pc_vga: Internalize palette (nw) |  AJR | 2018-03-03 | 1 | -15/+15 |
* | pc_vga: Use device_video_interface and configured screens instead of first_sc... |  AJR | 2018-03-03 | 1 | -28/+28 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -1/+1 |
* | mach32: correct display of 16bpp video mode in Windows 9x (hardware pointer s... |  mahlemiut | 2018-01-27 | 1 | -11/+69 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -12/+12 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -38/+2 |
* | mach8: Add Scan To X command, used by win9x drivers to write cursor data. |  mahlemiut | 2018-01-06 | 1 | -2/+101 |
* | Some PC AT 2D accelerator updates: |  mahlemiut | 2018-01-02 | 1 | -14/+112 |
* | Remove a bunch of space.device().safe_pc() from devices (nw) |  Olivier Galibert | 2017-12-30 | 1 | -1/+1 |
* | pc_vga.cpp: avoid crash in a10cuba (nw) |  angelosa | 2017-12-30 | 1 | -2/+3 |
* | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
* | Fixup |  Melissa Goad | 2017-12-21 | 1 | -1/+1 |
* | The proper fix, gleaned from DOSBox-X. |  Melissa Goad | 2017-12-20 | 1 | -5/+16 |
* | pc_vga.cpp: ACTUALLY fix doom (nw) |  Melissa Goad | 2017-12-20 | 1 | -6/+5 |
* | pc_vga.cpp: fix doom (nw) |  Melissa Goad | 2017-12-20 | 1 | -1/+1 |
* | pc_vga.cpp: CRTC start address is supposed to be shifted left by 2, from 86Bo... |  Melissa Goad | 2017-12-20 | 1 | -1/+2 |
* | space.machine -> machine (nw) |  Olivier Galibert | 2017-12-14 | 1 | -5/+5 |
* | updated devices/video devices to use device_add_mconfig insted of device_mcon... |  Ivan Vangelista | 2017-05-24 | 1 | -17/+6 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -6/+6 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -27/+27 |
* | srcclean (nw) |  Vas Crabb | 2017-03-26 | 1 | -1/+1 |
* | pc_vga: fix broken port reads on state load |  Scott Percival | 2017-03-23 | 1 | -0/+4 |
* | pc_vga: add palette configuration to save state |  Scott Percival | 2017-03-23 | 1 | -12/+20 |
* | pc_vga: save expanded attribute registers |  Scott Percival | 2017-03-10 | 1 | -3/+93 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -1/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -17/+19 |
* | 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 | -136/+136 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
* | Fix build on MSVC thanks to Rene, also fix debug_break crashes |  therealmogminer@gmail.com | 2016-06-08 | 1 | -1/+1 |
* | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -1/+1 |
* | svga_s3: fix potential crash when hardware pointer is at the edge of VRAM, an... |  mahlemiut | 2016-03-16 | 1 | -41/+55 |