From d55eadcd056f64069412e895ef60d602dc78bf56 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 7 Aug 2022 20:41:39 +0300 Subject: [PATCH] Remove wrong BLTDDAT register information. --- custom.cpp | 2 +- identify.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom.cpp b/custom.cpp index e9ef37f1..e795d57a 100644 --- a/custom.cpp +++ b/custom.cpp @@ -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 */ diff --git a/identify.cpp b/identify.cpp index ab545903..3048ef6c 100644 --- a/identify.cpp +++ b/identify.cpp @@ -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 */ -- 2.47.3