From 568882a2eaf3e54eb34e6b5223506b2f2ad09da7 Mon Sep 17 00:00:00 2001 From: joevt Date: Mon, 26 Feb 2024 14:49:41 -0800 Subject: [PATCH] atimach64defs: Sort addresses in descending order. --- devices/video/atimach64defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/video/atimach64defs.h b/devices/video/atimach64defs.h index 3fae7e3..b73a4aa 100644 --- a/devices/video/atimach64defs.h +++ b/devices/video/atimach64defs.h @@ -176,10 +176,10 @@ enum { }; constexpr auto APERTURE_SIZE = 0x01000000UL; // Mach64 aperture size +constexpr auto BE_FB_OFFSET = 0x00800000UL; // Offset to the big-endian frame buffer constexpr auto MM_REGS_0_OFF = 0x007FFC00UL; // offset to memory mapped registers, block 0 constexpr auto MM_REGS_1_OFF = 0x007FF800UL; // offset to memory mapped registers, block 1 constexpr auto MM_REGS_2_OFF = 0x003FFC00UL; // offset to memory mapped registers, 4MB aperture -constexpr auto BE_FB_OFFSET = 0x00800000UL; // Offset to the big-endian frame buffer constexpr auto ATI_XTAL = 14318180.0f; // external crystal oscillator frequency