Browse Source

* ppudump compilation fix

Nikolay Nikolov 2 days ago
parent
commit
bf86c63386
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/utils/ppuutils/ppudump.pp

+ 6 - 3
compiler/utils/ppuutils/ppudump.pp

@@ -90,7 +90,8 @@ const
     { 22 } 'z80',
     { 22 } 'z80',
     { 23 } 'mips64',
     { 23 } 'mips64',
     { 24 } 'mips64el',
     { 24 } 'mips64el',
-    { 25 } 'loongarch64'
+    { 25 } 'loongarch64',
+    { 26 } 'mos6502'
     );
     );
 
 
   CpuHasController : array[tsystemcpu] of boolean =
   CpuHasController : array[tsystemcpu] of boolean =
@@ -120,7 +121,8 @@ const
     { 22 } true  {'z80'},
     { 22 } true  {'z80'},
     { 23 } false {'mips64'},
     { 23 } false {'mips64'},
     { 24 } false {'mips64el'},
     { 24 } false {'mips64el'},
-    { 25 } false {'loongarch64'}
+    { 25 } false {'loongarch64'},
+    { 26 } true  {'mos6502'}
     );
     );
 
 
 { List of all supported system-cpu couples }
 { List of all supported system-cpu couples }
@@ -251,7 +253,8 @@ const
   { 122 } 'Human68k-m68k',
   { 122 } 'Human68k-m68k',
   { 123 } 'PS1-mipsel',
   { 123 } 'PS1-mipsel',
   { 124 } 'WASIp1threads-WASM32',
   { 124 } 'WASIp1threads-WASM32',
-  { 125 } 'WASIp2-WASM32'
+  { 125 } 'WASIp2-WASM32',
+  { 126 } 'Embedded-MOS6502'
   );
   );
 
 
 const
 const