Upated some machine files to no longer use the egareads and egawrites variables, should fix compilation.

This commit is contained in:
OBattler
2021-03-24 19:42:47 +01:00
parent 5205a06eb2
commit be8c03b3c0
5 changed files with 0 additions and 10 deletions

View File

@@ -300,7 +300,6 @@ vid_write_1512(uint32_t addr, uint8_t val, void *priv)
{
amsvid_t *vid = (amsvid_t *)priv;
egawrites++;
cycles -= 12;
addr &= 0x3fff;
@@ -319,7 +318,6 @@ vid_read_1512(uint32_t addr, void *priv)
{
amsvid_t *vid = (amsvid_t *)priv;
egareads++;
cycles -= 12;
addr &= 0x3fff;