Page 1 of 1

Why is the VRAM size of Memorex VIS set to 1 MB?

Posted: Sat Mar 18, 2023 7:17 am
by halmako
The actual Memorex MD-2500 VIS has a VRAM size of 256KB.
However, in MAME trs/vis.cpp, it is set to 1MB with "set_vram_size(0x100000);".
Isn't "set_vram_size(0x40000);" correct?