summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/pc_vga_paradise.cpp
Commit message (Expand)AuthorAgeFilesLines
* video/pc_vga_paradise.cpp: fetch configuration pins when entering VGA setup mode angelosa2024-12-081-5/+16
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-4/+4
* emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... Vas Crabb2024-09-161-4/+4
* video/pc_vga_paradise.cpp: convert EGASW/CNF(15)-CNF(12) as externally settab... angelosa2024-09-011-7/+30
* video/pc_vga_paradise.cpp: separate extended CRTC unlock by r/w angelosa2024-07-261-26/+39
* video/pc_vga_*: standardize DEFINE_DEVICE_TYPE descriptions angelosa2024-02-251-6/+6
* video/pc_vga.cpp: implement line_compare_mask getter, fixes 1600x1200x8 in mg... angelosa2023-08-111-0/+5
* srcclean and fix up some bits Vas Crabb2023-07-231-25/+25
* apple/macpwrbk030.cpp: convert macpb180c to use a WD90C26 VGA device angelosa2023-07-151-7/+8
* video/pc_vga_paradise.cpp: add device stubs for WD90C31 and WD90C33 angelosa2023-07-131-8/+114
* video/pc_vga_paradise.cpp: remove m_ext_gc_view and use custom handlers in place angelosa2023-07-131-39/+32
* video/pc_vga_paradise.cpp: fix boot regression with PVGA1A angelosa2023-07-121-8/+28
* video/pc_vga_paradise.cpp: add WD90C30 angelosa2023-07-111-4/+90
* video/pc_vga_paradise.cpp: bank bit 7 is actually used by Win 95 in 800x600 res angelosa2023-07-101-2/+3
* video/pc_vga_paradise.cpp: preliminary implementation of WD90C11A, add basic ... angelosa2023-07-101-13/+249
* isa/svga_paradise.cpp: add more (not working) wd90c00 dump, add new ISA optio... angelosa2023-07-081-1/+1
* video/pc_vga_paradise.cpp: preliminary WD90C00 implementation angelosa2023-07-071-24/+102
* video/pc_vga_paradise.cpp: add basic extended GC interface angelosa2023-07-071-4/+199
* video/pc_vga_paradise.cpp: add 90C26 note for macpb180c Angelo Salese2023-07-051-1/+1
* isa/isa_cards.cpp: add Paradise Systems PVGA1 ISA16 card angelosa2023-07-041-0/+62