mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
video/pc_vga.cpp: identify gamtor SVGA chip
This commit is contained in:
parent
0d38db90dc
commit
59194837ab
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user