Advertisement
HertzDevil

128 instruments for famitracker

Apr 27th, 2015
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; FamiTracker exported music data: ---
  2. ;
  3.  
  4. ; the FTM containing the first 64 instruments was prepared, and then 64 more were added to this assembly file directly
  5. ; the NSF simply plays through the default sine wave instrument with 64 modulator levels and 2 modulator frequency multipliers
  6. ; it shows that famitracker has support for at most 128 instruments, even official 0.4.6
  7.  
  8. ; Module header
  9.     .word ft_song_list
  10.     .word ft_instrument_list
  11.     .word ft_sample_list
  12.     .word ft_samples
  13.     .byte 0 ; flags
  14.     .word 3600 ; NTSC speed
  15.     .word 3000 ; PAL speed
  16.  
  17. ; Instrument pointer list
  18. ft_instrument_list:
  19.     .word ft_inst_0
  20.     .word ft_inst_1
  21.     .word ft_inst_2
  22.     .word ft_inst_3
  23.     .word ft_inst_4
  24.     .word ft_inst_5
  25.     .word ft_inst_6
  26.     .word ft_inst_7
  27.     .word ft_inst_8
  28.     .word ft_inst_9
  29.     .word ft_inst_10
  30.     .word ft_inst_11
  31.     .word ft_inst_12
  32.     .word ft_inst_13
  33.     .word ft_inst_14
  34.     .word ft_inst_15
  35.     .word ft_inst_16
  36.     .word ft_inst_17
  37.     .word ft_inst_18
  38.     .word ft_inst_19
  39.     .word ft_inst_20
  40.     .word ft_inst_21
  41.     .word ft_inst_22
  42.     .word ft_inst_23
  43.     .word ft_inst_24
  44.     .word ft_inst_25
  45.     .word ft_inst_26
  46.     .word ft_inst_27
  47.     .word ft_inst_28
  48.     .word ft_inst_29
  49.     .word ft_inst_30
  50.     .word ft_inst_31
  51.     .word ft_inst_32
  52.     .word ft_inst_33
  53.     .word ft_inst_34
  54.     .word ft_inst_35
  55.     .word ft_inst_36
  56.     .word ft_inst_37
  57.     .word ft_inst_38
  58.     .word ft_inst_39
  59.     .word ft_inst_40
  60.     .word ft_inst_41
  61.     .word ft_inst_42
  62.     .word ft_inst_43
  63.     .word ft_inst_44
  64.     .word ft_inst_45
  65.     .word ft_inst_46
  66.     .word ft_inst_47
  67.     .word ft_inst_48
  68.     .word ft_inst_49
  69.     .word ft_inst_50
  70.     .word ft_inst_51
  71.     .word ft_inst_52
  72.     .word ft_inst_53
  73.     .word ft_inst_54
  74.     .word ft_inst_55
  75.     .word ft_inst_56
  76.     .word ft_inst_57
  77.     .word ft_inst_58
  78.     .word ft_inst_59
  79.     .word ft_inst_60
  80.     .word ft_inst_61
  81.     .word ft_inst_62
  82.     .word ft_inst_63
  83.     .word ft_inst_64
  84.     .word ft_inst_65
  85.     .word ft_inst_66
  86.     .word ft_inst_67
  87.     .word ft_inst_68
  88.     .word ft_inst_69
  89.     .word ft_inst_70
  90.     .word ft_inst_71
  91.     .word ft_inst_72
  92.     .word ft_inst_73
  93.     .word ft_inst_74
  94.     .word ft_inst_75
  95.     .word ft_inst_76
  96.     .word ft_inst_77
  97.     .word ft_inst_78
  98.     .word ft_inst_79
  99.     .word ft_inst_80
  100.     .word ft_inst_81
  101.     .word ft_inst_82
  102.     .word ft_inst_83
  103.     .word ft_inst_84
  104.     .word ft_inst_85
  105.     .word ft_inst_86
  106.     .word ft_inst_87
  107.     .word ft_inst_88
  108.     .word ft_inst_89
  109.     .word ft_inst_90
  110.     .word ft_inst_91
  111.     .word ft_inst_92
  112.     .word ft_inst_93
  113.     .word ft_inst_94
  114.     .word ft_inst_95
  115.     .word ft_inst_96
  116.     .word ft_inst_97
  117.     .word ft_inst_98
  118.     .word ft_inst_99
  119.     .word ft_inst_100
  120.     .word ft_inst_101
  121.     .word ft_inst_102
  122.     .word ft_inst_103
  123.     .word ft_inst_104
  124.     .word ft_inst_105
  125.     .word ft_inst_106
  126.     .word ft_inst_107
  127.     .word ft_inst_108
  128.     .word ft_inst_109
  129.     .word ft_inst_110
  130.     .word ft_inst_111
  131.     .word ft_inst_112
  132.     .word ft_inst_113
  133.     .word ft_inst_114
  134.     .word ft_inst_115
  135.     .word ft_inst_116
  136.     .word ft_inst_117
  137.     .word ft_inst_118
  138.     .word ft_inst_119
  139.     .word ft_inst_120
  140.     .word ft_inst_121
  141.     .word ft_inst_122
  142.     .word ft_inst_123
  143.     .word ft_inst_124
  144.     .word ft_inst_125
  145.     .word ft_inst_126
  146.     .word ft_inst_127
  147.  
  148. ; Instruments
  149. ft_inst_0:
  150.     .byte 0, $00, $00, $3F, $00, $F0, $F0, $00, $00
  151.  
  152. ft_inst_1:
  153.     .byte 0, $00, $00, $3E, $00, $F0, $F0, $00, $00
  154.  
  155. ft_inst_2:
  156.     .byte 0, $00, $00, $3D, $00, $F0, $F0, $00, $00
  157.  
  158. ft_inst_3:
  159.     .byte 0, $00, $00, $3C, $00, $F0, $F0, $00, $00
  160.  
  161. ft_inst_4:
  162.     .byte 0, $00, $00, $3B, $00, $F0, $F0, $00, $00
  163.  
  164. ft_inst_5:
  165.     .byte 0, $00, $00, $3A, $00, $F0, $F0, $00, $00
  166.  
  167. ft_inst_6:
  168.     .byte 0, $00, $00, $39, $00, $F0, $F0, $00, $00
  169.  
  170. ft_inst_7:
  171.     .byte 0, $00, $00, $38, $00, $F0, $F0, $00, $00
  172.  
  173. ft_inst_8:
  174.     .byte 0, $00, $00, $37, $00, $F0, $F0, $00, $00
  175.  
  176. ft_inst_9:
  177.     .byte 0, $00, $00, $36, $00, $F0, $F0, $00, $00
  178.  
  179. ft_inst_10:
  180.     .byte 0, $00, $00, $35, $00, $F0, $F0, $00, $00
  181.  
  182. ft_inst_11:
  183.     .byte 0, $00, $00, $34, $00, $F0, $F0, $00, $00
  184.  
  185. ft_inst_12:
  186.     .byte 0, $00, $00, $33, $00, $F0, $F0, $00, $00
  187.  
  188. ft_inst_13:
  189.     .byte 0, $00, $00, $32, $00, $F0, $F0, $00, $00
  190.  
  191. ft_inst_14:
  192.     .byte 0, $00, $00, $31, $00, $F0, $F0, $00, $00
  193.  
  194. ft_inst_15:
  195.     .byte 0, $00, $00, $30, $00, $F0, $F0, $00, $00
  196.  
  197. ft_inst_16:
  198.     .byte 0, $00, $00, $2F, $00, $F0, $F0, $00, $00
  199.  
  200. ft_inst_17:
  201.     .byte 0, $00, $00, $2E, $00, $F0, $F0, $00, $00
  202.  
  203. ft_inst_18:
  204.     .byte 0, $00, $00, $2D, $00, $F0, $F0, $00, $00
  205.  
  206. ft_inst_19:
  207.     .byte 0, $00, $00, $2C, $00, $F0, $F0, $00, $00
  208.  
  209. ft_inst_20:
  210.     .byte 0, $00, $00, $2B, $00, $F0, $F0, $00, $00
  211.  
  212. ft_inst_21:
  213.     .byte 0, $00, $00, $2A, $00, $F0, $F0, $00, $00
  214.  
  215. ft_inst_22:
  216.     .byte 0, $00, $00, $29, $00, $F0, $F0, $00, $00
  217.  
  218. ft_inst_23:
  219.     .byte 0, $00, $00, $28, $00, $F0, $F0, $00, $00
  220.  
  221. ft_inst_24:
  222.     .byte 0, $00, $00, $27, $00, $F0, $F0, $00, $00
  223.  
  224. ft_inst_25:
  225.     .byte 0, $00, $00, $26, $00, $F0, $F0, $00, $00
  226.  
  227. ft_inst_26:
  228.     .byte 0, $00, $00, $25, $00, $F0, $F0, $00, $00
  229.  
  230. ft_inst_27:
  231.     .byte 0, $00, $00, $24, $00, $F0, $F0, $00, $00
  232.  
  233. ft_inst_28:
  234.     .byte 0, $00, $00, $23, $00, $F0, $F0, $00, $00
  235.  
  236. ft_inst_29:
  237.     .byte 0, $00, $00, $22, $00, $F0, $F0, $00, $00
  238.  
  239. ft_inst_30:
  240.     .byte 0, $00, $00, $21, $00, $F0, $F0, $00, $00
  241.  
  242. ft_inst_31:
  243.     .byte 0, $00, $00, $20, $00, $F0, $F0, $00, $00
  244.  
  245. ft_inst_32:
  246.     .byte 0, $00, $00, $1F, $00, $F0, $F0, $00, $00
  247.  
  248. ft_inst_33:
  249.     .byte 0, $00, $00, $1E, $00, $F0, $F0, $00, $00
  250.  
  251. ft_inst_34:
  252.     .byte 0, $00, $00, $1D, $00, $F0, $F0, $00, $00
  253.  
  254. ft_inst_35:
  255.     .byte 0, $00, $00, $1C, $00, $F0, $F0, $00, $00
  256.  
  257. ft_inst_36:
  258.     .byte 0, $00, $00, $1B, $00, $F0, $F0, $00, $00
  259.  
  260. ft_inst_37:
  261.     .byte 0, $00, $00, $1A, $00, $F0, $F0, $00, $00
  262.  
  263. ft_inst_38:
  264.     .byte 0, $00, $00, $19, $00, $F0, $F0, $00, $00
  265.  
  266. ft_inst_39:
  267.     .byte 0, $00, $00, $18, $00, $F0, $F0, $00, $00
  268.  
  269. ft_inst_40:
  270.     .byte 0, $00, $00, $17, $00, $F0, $F0, $00, $00
  271.  
  272. ft_inst_41:
  273.     .byte 0, $00, $00, $16, $00, $F0, $F0, $00, $00
  274.  
  275. ft_inst_42:
  276.     .byte 0, $00, $00, $15, $00, $F0, $F0, $00, $00
  277.  
  278. ft_inst_43:
  279.     .byte 0, $00, $00, $14, $00, $F0, $F0, $00, $00
  280.  
  281. ft_inst_44:
  282.     .byte 0, $00, $00, $13, $00, $F0, $F0, $00, $00
  283.  
  284. ft_inst_45:
  285.     .byte 0, $00, $00, $12, $00, $F0, $F0, $00, $00
  286.  
  287. ft_inst_46:
  288.     .byte 0, $00, $00, $11, $00, $F0, $F0, $00, $00
  289.  
  290. ft_inst_47:
  291.     .byte 0, $00, $00, $10, $00, $F0, $F0, $00, $00
  292.  
  293. ft_inst_48:
  294.     .byte 0, $00, $00, $0F, $00, $F0, $F0, $00, $00
  295.  
  296. ft_inst_49:
  297.     .byte 0, $00, $00, $0E, $00, $F0, $F0, $00, $00
  298.  
  299. ft_inst_50:
  300.     .byte 0, $00, $00, $0D, $00, $F0, $F0, $00, $00
  301.  
  302. ft_inst_51:
  303.     .byte 0, $00, $00, $0C, $00, $F0, $F0, $00, $00
  304.  
  305. ft_inst_52:
  306.     .byte 0, $00, $00, $0B, $00, $F0, $F0, $00, $00
  307.  
  308. ft_inst_53:
  309.     .byte 0, $00, $00, $0A, $00, $F0, $F0, $00, $00
  310.  
  311. ft_inst_54:
  312.     .byte 0, $00, $00, $09, $00, $F0, $F0, $00, $00
  313.  
  314. ft_inst_55:
  315.     .byte 0, $00, $00, $08, $00, $F0, $F0, $00, $00
  316.  
  317. ft_inst_56:
  318.     .byte 0, $00, $00, $07, $00, $F0, $F0, $00, $00
  319.  
  320. ft_inst_57:
  321.     .byte 0, $00, $00, $06, $00, $F0, $F0, $00, $00
  322.  
  323. ft_inst_58:
  324.     .byte 0, $00, $00, $05, $00, $F0, $F0, $00, $00
  325.  
  326. ft_inst_59:
  327.     .byte 0, $00, $00, $04, $00, $F0, $F0, $00, $00
  328.  
  329. ft_inst_60:
  330.     .byte 0, $00, $00, $03, $00, $F0, $F0, $00, $00
  331.  
  332. ft_inst_61:
  333.     .byte 0, $00, $00, $02, $00, $F0, $F0, $00, $00
  334.  
  335. ft_inst_62:
  336.     .byte 0, $00, $00, $01, $00, $F0, $F0, $00, $00
  337.  
  338. ft_inst_63:
  339.     .byte 0, $00, $00, $00, $00, $F0, $F0, $00, $00
  340.  
  341. ft_inst_64:
  342.     .byte 0, $03, $00, $3F, $00, $F0, $F0, $00, $00
  343.  
  344. ft_inst_65:
  345.     .byte 0, $03, $00, $3E, $00, $F0, $F0, $00, $00
  346.  
  347. ft_inst_66:
  348.     .byte 0, $03, $00, $3D, $00, $F0, $F0, $00, $00
  349.  
  350. ft_inst_67:
  351.     .byte 0, $03, $00, $3C, $00, $F0, $F0, $00, $00
  352.  
  353. ft_inst_68:
  354.     .byte 0, $03, $00, $3B, $00, $F0, $F0, $00, $00
  355.  
  356. ft_inst_69:
  357.     .byte 0, $03, $00, $3A, $00, $F0, $F0, $00, $00
  358.  
  359. ft_inst_70:
  360.     .byte 0, $03, $00, $39, $00, $F0, $F0, $00, $00
  361.  
  362. ft_inst_71:
  363.     .byte 0, $03, $00, $38, $00, $F0, $F0, $00, $00
  364.  
  365. ft_inst_72:
  366.     .byte 0, $03, $00, $37, $00, $F0, $F0, $00, $00
  367.  
  368. ft_inst_73:
  369.     .byte 0, $03, $00, $36, $00, $F0, $F0, $00, $00
  370.  
  371. ft_inst_74:
  372.     .byte 0, $03, $00, $35, $00, $F0, $F0, $00, $00
  373.  
  374. ft_inst_75:
  375.     .byte 0, $03, $00, $34, $00, $F0, $F0, $00, $00
  376.  
  377. ft_inst_76:
  378.     .byte 0, $03, $00, $33, $00, $F0, $F0, $00, $00
  379.  
  380. ft_inst_77:
  381.     .byte 0, $03, $00, $32, $00, $F0, $F0, $00, $00
  382.  
  383. ft_inst_78:
  384.     .byte 0, $03, $00, $31, $00, $F0, $F0, $00, $00
  385.  
  386. ft_inst_79:
  387.     .byte 0, $03, $00, $30, $00, $F0, $F0, $00, $00
  388.  
  389. ft_inst_80:
  390.     .byte 0, $03, $00, $2F, $00, $F0, $F0, $00, $00
  391.  
  392. ft_inst_81:
  393.     .byte 0, $03, $00, $2E, $00, $F0, $F0, $00, $00
  394.  
  395. ft_inst_82:
  396.     .byte 0, $03, $00, $2D, $00, $F0, $F0, $00, $00
  397.  
  398. ft_inst_83:
  399.     .byte 0, $03, $00, $2C, $00, $F0, $F0, $00, $00
  400.  
  401. ft_inst_84:
  402.     .byte 0, $03, $00, $2B, $00, $F0, $F0, $00, $00
  403.  
  404. ft_inst_85:
  405.     .byte 0, $03, $00, $2A, $00, $F0, $F0, $00, $00
  406.  
  407. ft_inst_86:
  408.     .byte 0, $03, $00, $29, $00, $F0, $F0, $00, $00
  409.  
  410. ft_inst_87:
  411.     .byte 0, $03, $00, $28, $00, $F0, $F0, $00, $00
  412.  
  413. ft_inst_88:
  414.     .byte 0, $03, $00, $27, $00, $F0, $F0, $00, $00
  415.  
  416. ft_inst_89:
  417.     .byte 0, $03, $00, $26, $00, $F0, $F0, $00, $00
  418.  
  419. ft_inst_90:
  420.     .byte 0, $03, $00, $25, $00, $F0, $F0, $00, $00
  421.  
  422. ft_inst_91:
  423.     .byte 0, $03, $00, $24, $00, $F0, $F0, $00, $00
  424.  
  425. ft_inst_92:
  426.     .byte 0, $03, $00, $23, $00, $F0, $F0, $00, $00
  427.  
  428. ft_inst_93:
  429.     .byte 0, $03, $00, $22, $00, $F0, $F0, $00, $00
  430.  
  431. ft_inst_94:
  432.     .byte 0, $03, $00, $21, $00, $F0, $F0, $00, $00
  433.  
  434. ft_inst_95:
  435.     .byte 0, $03, $00, $20, $00, $F0, $F0, $00, $00
  436.  
  437. ft_inst_96:
  438.     .byte 0, $03, $00, $1F, $00, $F0, $F0, $00, $00
  439.  
  440. ft_inst_97:
  441.     .byte 0, $03, $00, $1E, $00, $F0, $F0, $00, $00
  442.  
  443. ft_inst_98:
  444.     .byte 0, $03, $00, $1D, $00, $F0, $F0, $00, $00
  445.  
  446. ft_inst_99:
  447.     .byte 0, $03, $00, $1C, $00, $F0, $F0, $00, $00
  448.  
  449. ft_inst_100:
  450.     .byte 0, $03, $00, $1B, $00, $F0, $F0, $00, $00
  451.  
  452. ft_inst_101:
  453.     .byte 0, $03, $00, $1A, $00, $F0, $F0, $00, $00
  454.  
  455. ft_inst_102:
  456.     .byte 0, $03, $00, $19, $00, $F0, $F0, $00, $00
  457.  
  458. ft_inst_103:
  459.     .byte 0, $03, $00, $18, $00, $F0, $F0, $00, $00
  460.  
  461. ft_inst_104:
  462.     .byte 0, $03, $00, $17, $00, $F0, $F0, $00, $00
  463.  
  464. ft_inst_105:
  465.     .byte 0, $03, $00, $16, $00, $F0, $F0, $00, $00
  466.  
  467. ft_inst_106:
  468.     .byte 0, $03, $00, $15, $00, $F0, $F0, $00, $00
  469.  
  470. ft_inst_107:
  471.     .byte 0, $03, $00, $14, $00, $F0, $F0, $00, $00
  472.  
  473. ft_inst_108:
  474.     .byte 0, $03, $00, $13, $00, $F0, $F0, $00, $00
  475.  
  476. ft_inst_109:
  477.     .byte 0, $03, $00, $12, $00, $F0, $F0, $00, $00
  478.  
  479. ft_inst_110:
  480.     .byte 0, $03, $00, $11, $00, $F0, $F0, $00, $00
  481.  
  482. ft_inst_111:
  483.     .byte 0, $03, $00, $10, $00, $F0, $F0, $00, $00
  484.  
  485. ft_inst_112:
  486.     .byte 0, $03, $00, $0F, $00, $F0, $F0, $00, $00
  487.  
  488. ft_inst_113:
  489.     .byte 0, $03, $00, $0E, $00, $F0, $F0, $00, $00
  490.  
  491. ft_inst_114:
  492.     .byte 0, $03, $00, $0D, $00, $F0, $F0, $00, $00
  493.  
  494. ft_inst_115:
  495.     .byte 0, $03, $00, $0C, $00, $F0, $F0, $00, $00
  496.  
  497. ft_inst_116:
  498.     .byte 0, $03, $00, $0B, $00, $F0, $F0, $00, $00
  499.  
  500. ft_inst_117:
  501.     .byte 0, $03, $00, $0A, $00, $F0, $F0, $00, $00
  502.  
  503. ft_inst_118:
  504.     .byte 0, $03, $00, $09, $00, $F0, $F0, $00, $00
  505.  
  506. ft_inst_119:
  507.     .byte 0, $03, $00, $08, $00, $F0, $F0, $00, $00
  508.  
  509. ft_inst_120:
  510.     .byte 0, $03, $00, $07, $00, $F0, $F0, $00, $00
  511.  
  512. ft_inst_121:
  513.     .byte 0, $03, $00, $06, $00, $F0, $F0, $00, $00
  514.  
  515. ft_inst_122:
  516.     .byte 0, $03, $00, $05, $00, $F0, $F0, $00, $00
  517.  
  518. ft_inst_123:
  519.     .byte 0, $03, $00, $04, $00, $F0, $F0, $00, $00
  520.  
  521. ft_inst_124:
  522.     .byte 0, $03, $00, $03, $00, $F0, $F0, $00, $00
  523.  
  524. ft_inst_125:
  525.     .byte 0, $03, $00, $02, $00, $F0, $F0, $00, $00
  526.  
  527. ft_inst_126:
  528.     .byte 0, $03, $00, $01, $00, $F0, $F0, $00, $00
  529.  
  530. ft_inst_127:
  531.     .byte 0, $03, $00, $00, $00, $F0, $F0, $00, $00
  532.  
  533. ; Sequences
  534.  
  535. ; DPCM instrument list (pitch, sample index)
  536. ft_sample_list:
  537.  
  538. ; DPCM samples list (location, size, bank)
  539. ft_samples:
  540.  
  541.  
  542. ; Song pointer list
  543. ft_song_list:
  544.     .word ft_song_0
  545.  
  546. ; Song info
  547. ft_song_0:
  548.     .word ft_s0_frames
  549.     .byte 1 ; frame count
  550.     .byte 128   ; pattern length
  551.     .byte 6 ; speed
  552.     .byte 150   ; tempo
  553.     .byte 0 ; initial bank
  554.  
  555.  
  556. ;
  557. ; Pattern and frame data for all songs below
  558. ;
  559.  
  560. ; Bank 0
  561. ft_s0_frames:
  562.     .word ft_s0f0
  563. ft_s0f0:
  564.     .word ft_s0p0c0, ft_s0p0c0, ft_s0p0c0, ft_s0p0c0, ft_s0p0c5, ft_s0p0c0, ft_s0p0c0, ft_s0p0c0, ft_s0p0c0, ft_s0p0c0, ft_s0p0c0
  565. ; Bank 0
  566. ft_s0p0c0:
  567.     .byte $00, $7F
  568.  
  569. ; Bank 0
  570. ft_s0p0c5:
  571.     .byte $82, $00, $E0, $86, $06, $FF, $3D
  572.     .byte           $E1, $3D, $E2, $3D, $E3, $3D, $E4, $3D, $E5, $3D, $E6, $3D, $E7, $3D
  573.     .byte $E8, $3D, $E9, $3D, $EA, $3D, $EB, $3D, $EC, $3D, $ED, $3D, $EE, $3D, $EF, $3D
  574.     .byte $80, $20, $3D, $80, $22, $3D, $80, $24, $3D, $80, $26, $3D, $80, $28, $3D, $80, $2A, $3D, $80, $2C, $3D, $80, $2E, $3D
  575.     .byte $80, $30, $3D, $80, $32, $3D, $80, $34, $3D, $80, $36, $3D, $80, $38, $3D, $80, $3A, $3D, $80, $3C, $3D, $80, $3E, $3D
  576.     .byte $80, $40, $3D, $80, $42, $3D, $80, $44, $3D, $80, $46, $3D, $80, $48, $3D, $80, $4A, $3D, $80, $4C, $3D, $80, $4E, $3D
  577.     .byte $80, $50, $3D, $80, $52, $3D, $80, $54, $3D, $80, $56, $3D, $80, $58, $3D, $80, $5A, $3D, $80, $5C, $3D, $80, $5E, $3D
  578.     .byte $80, $60, $3D, $80, $62, $3D, $80, $64, $3D, $80, $66, $3D, $80, $68, $3D, $80, $6A, $3D, $80, $6C, $3D, $80, $6E, $3D
  579.     .byte $80, $70, $3D, $80, $72, $3D, $80, $74, $3D, $80, $76, $3D, $80, $78, $3D, $80, $7A, $3D, $80, $7C, $3D, $80, $7E, $3D
  580.     .byte $80, $80, $3D, $80, $82, $3D, $80, $84, $3D, $80, $86, $3D, $80, $88, $3D, $80, $8A, $3D, $80, $8C, $3D, $80, $8E, $3D
  581.     .byte $80, $90, $3D, $80, $92, $3D, $80, $94, $3D, $80, $96, $3D, $80, $98, $3D, $80, $9A, $3D, $80, $9C, $3D, $80, $9E, $3D
  582.     .byte $80, $A0, $3D, $80, $A2, $3D, $80, $A4, $3D, $80, $A6, $3D, $80, $A8, $3D, $80, $AA, $3D, $80, $AC, $3D, $80, $AE, $3D
  583.     .byte $80, $B0, $3D, $80, $B2, $3D, $80, $B4, $3D, $80, $B6, $3D, $80, $B8, $3D, $80, $BA, $3D, $80, $BC, $3D, $80, $BE, $3D
  584.     .byte $80, $C0, $3D, $80, $C2, $3D, $80, $C4, $3D, $80, $C6, $3D, $80, $C8, $3D, $80, $CA, $3D, $80, $CC, $3D, $80, $CE, $3D
  585.     .byte $80, $D0, $3D, $80, $D2, $3D, $80, $D4, $3D, $80, $D6, $3D, $80, $D8, $3D, $80, $DA, $3D, $80, $DC, $3D, $80, $DE, $3D
  586.     .byte $80, $E0, $3D, $80, $E2, $3D, $80, $E4, $3D, $80, $E6, $3D, $80, $E8, $3D, $80, $EA, $3D, $80, $EC, $3D, $80, $EE, $3D
  587.     .byte $80, $F0, $3D, $80, $F2, $3D, $80, $F4, $3D, $80, $F6, $3D, $80, $F8, $3D, $80, $FA, $3D, $80, $FC, $3D, $80, $FE, $3D
  588.  
  589.  
  590. ; DPCM samples (located at DPCM segment)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement