Mercurial > ~darius > hgwebdir.cgi > mikmod
view playercode/npertab.c @ 21:eb5b14d0e054
Makefile
unneeded rule
mikmodux.h
Fix MODULE
author | darius |
---|---|
date | Fri, 24 Apr 1998 08:04:39 +0000 |
parents | d14fd386d182 |
children |
line wrap: on
line source
// MOD format period table. Used by both the MOD and // M15 (15-inst mod) Loaders. #include "tdefs.h" UWORD npertab[60] = { // -> Tuning 0 1712,1616,1524,1440,1356,1280,1208,1140,1076,1016,960,906, 856,808,762,720,678,640,604,570,538,508,480,453, 428,404,381,360,339,320,302,285,269,254,240,226, 214,202,190,180,170,160,151,143,135,127,120,113, 107,101,95,90,85,80,75,71,67,63,60,56 };