| Commit message (Expand) | Author | Age | Files | Lines |
* | video/pc_vga.cpp: fix pixel_xfer transfer shifting, makes Windows 95 to be us... |  angelosa | 2022-12-26 | 1 | -1/+5 |
* | misc/gamtor.cpp: rearrange SVGA map layout, allow beetlem to show video |  angelosa | 2022-12-25 | 1 | -2/+2 |
* | video/pc_vga.cpp: identify gamtor SVGA chip |  angelosa | 2022-12-24 | 1 | -1/+4 |
* | misc/gamtor.cpp: offset bit 1 in VGA memory bankswitches to char RAM, make it... |  angelosa | 2022-12-24 | 1 | -2/+14 |
* | pntnpuzl: fix display |  cracyc | 2022-12-08 | 1 | -1/+1 |
* | hash/ibm5150.xml: first pass at QA (#10635) |  Angelo Salese | 2022-12-08 | 1 | -1/+3 |
* | video/pc_vga.cpp: preliminary implemention for line_compare in vga_vh_ega mode |  angelosa | 2022-12-04 | 1 | -0/+5 |
* | video/pc_vga.cpp: fix Read Mode 1 target color for comparison |  angelosa | 2022-12-03 | 1 | -7/+9 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -1/+1 |
* | Initial work towards a sis630 based chipset driver (#9635) |  Angelo Salese | 2022-05-23 | 1 | -0/+8 |
* | vga: made video RAM size configurable at machine configuration (#9289) |  Ivan Vangelista | 2022-02-09 | 1 | -8/+5 |
* | konmedal020: more video |  cracyc | 2021-10-22 | 1 | -29/+103 |
* | pc_vga: add xga blits |  cracyc | 2021-10-17 | 1 | -2/+316 |
* | konmedal020: add xga skeleton and few oak bits |  cracyc | 2021-10-12 | 1 | -0/+470 |
* | pc_vga: updated comment |  Robbbert | 2021-06-16 | 1 | -3/+3 |
* | 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 |