Video fixes and added the Tseng ET2000.

This commit is contained in:
OBattler
2021-02-18 21:55:39 +01:00
parent f7a7ed9683
commit cd0f344221
16 changed files with 71 additions and 66 deletions

View File

@@ -904,8 +904,6 @@ ht216_write_common(ht216_t *ht216, uint32_t addr, uint8_t val)
cycles -= video_timing_write_b;
egawrites++;
addr &= 0xfffff;
val = ((val >> (svga->gdcreg[3] & 7)) | (val << (8 - (svga->gdcreg[3] & 7))));
@@ -1084,8 +1082,6 @@ ht216_read_common(ht216_t *ht216, uint32_t addr)
cycles -= video_timing_read_b;
egareads++;
addr &= 0xfffff;
count = 2;