From 59194837ab62190101632a6aebcf7ed409b30127 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sat, 24 Dec 2022 04:44:01 +0100 Subject: video/pc_vga.cpp: identify gamtor SVGA chip --- src/devices/video/pc_vga.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/devices/video/pc_vga.cpp b/src/devices/video/pc_vga.cpp index 4e6304d820e..f5d39a839cf 100644 --- a/src/devices/video/pc_vga.cpp +++ b/src/devices/video/pc_vga.cpp @@ -5000,7 +5000,10 @@ gamtor.cpp implementation ******************************************/ -// TODO: looks like custom SVGA implementation, move to own file +// TODO: Chips & Technologies 65550 with swapped address lines? Move to separate file regardless +// 65550 is used by Apple PowerBook 2400c +// 65535 is used by IBM PC-110 + uint8_t gamtor_vga_device::mem_r(offs_t offset) { if (!machine().side_effects_disabled()) -- cgit v1.2.3