]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Remove wrong BLTDDAT register information.
authorToni Wilen <twilen@winuae.net>
Sun, 7 Aug 2022 17:41:39 +0000 (20:41 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 7 Aug 2022 17:41:39 +0000 (20:41 +0300)
custom.cpp
identify.cpp

index e9ef37f12f5b57f8ab0efda5a18860f9d9509bd0..e795d57a8de0a1800f7fbc4657c94cb91f54c495 100644 (file)
@@ -14221,7 +14221,7 @@ uae_u8 *save_custom(size_t *len, uae_u8 *dstptr, int full)
        }
 
        SL(currprefs.chipset_mask);
-       SW(0);                                  /* 000 BLTDDAT */
+       SW(blt_info.bltddat);   /* 000 BLTDDAT */
        SW(dmacon);                             /* 002 DMACONR */
        SW(VPOSR());                    /* 004 VPOSR */
        SW(VHPOSR());                   /* 006 VHPOSR */
index ab5459039274dfcf5ba8165a8d4ad2f9b23c7d32..3048ef6c12683a950883e33708b8598227867fa3 100644 (file)
@@ -193,7 +193,7 @@ const struct customData custd[] =
        { _T("BLTCDAT"),  0xdff070, CD_WO }, /* Blitter source C data reg */
        { _T("BLTBDAT"),  0xdff072, CD_WO }, /* Blitter source B data reg */
        { _T("BLTADAT"),  0xdff074, CD_WO }, /* Blitter source A data reg */
-       { _T("BLTDDAT"),  0xdff076, CD_WO }, /* Blitter destination reg */
+       { _T("-"),  0xdff076, CD_NONE }, /* Unknown or Unused */
        { _T("-"),  0xdff078, CD_NONE }, /* Ext logic UHRES sprite pointer and data identifier */
        { _T("-"),  0xdff07A, CD_NONE }, /* Ext logic UHRES bit plane identifier */
        { _T("LISAID"),   0xdff07C, CD_ECS_DENISE }, /* Chip revision level for Denise/Lisa */