Re: [hatari-devel] Sparrow TOS 2.07 support

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,

On 05/27/2018 07:11 PM, Thorsten Otto wrote:
--- a/src/tos.c	Sun May 27 16:47:22 2018 +0200
+++ b/src/tos.c	Sun May 27 18:09:16 2018 +0200
@@ -101,6 +101,7 @@
          0x4E, 0x71, 0x4E, 0x71, 0x4E, 0x71, 0x4E, 0x71, 0x4E, 0x71, 0x4E, 0x71 };  /* 0x4E71 = NOP */
  static const Uint8 pMouseOpcode[] = { 0xD3, 0xC1 };  /* "ADDA.L D1,A1" (instead of "ADDA.W D1,A1") */
  static const Uint8 pRomCheckOpcode206[] = { 0x60, 0x00, 0x00, 0x98 };  /* BRA $e00894 */
+static const Uint8 pRomCheckOpcode207[] = { 0x60, 0x00, 0x00, 0x98 };  /* BRA $e00892 */
  static const Uint8 pRomCheckOpcode306[] = { 0x60, 0x00, 0x00, 0xB0 };  /* BRA $e00886 */
  static const Uint8 pRomCheckOpcode404[] = { 0x60, 0x00, 0x00, 0x94 };  /* BRA $e00746 */
  static const Uint8 pBraOpcode[] = { 0x60 };  /* 0x60XX = BRA */

The new line has exactly the same array content as TOS 2.06 one,
although the instruction in comment is different?


	- Eero



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/