Skip to content

Commit

Permalink
Added all known source code from Patrick Ruiz (thanks to Miro Kropáče…
Browse files Browse the repository at this point in the history
…k for supplying). Closes issue #11
  • Loading branch information
ggn committed May 18, 2020
1 parent f5cb1eb commit ea38212
Show file tree
Hide file tree
Showing 213 changed files with 35,042 additions and 0 deletions.
Binary file not shown.
2,721 changes: 2,721 additions & 0 deletions ASM/Various/Patrick Ruiz/cpu_mod/cpu_mod.f30/cpu_mod.s

Large diffs are not rendered by default.

Binary file not shown.
50 changes: 50 additions & 0 deletions ASM/Various/Patrick Ruiz/cpu_mod/cpu_mod.f30/cpu_moda.i
@@ -0,0 +1,50 @@

F_CPU_MOD EQU 0

FExit EQU 1
FTitle EQU 2
FOscilloscope EQU 3
FMessage EQU 4
FPower EQU 5
FLoad EQU 6
FModuleTitle EQU 7
FPlay EQU 13
FStop EQU 15
FRS EQU 17
FFS EQU 19
FFF EQU 21
F8KHz EQU 26
F19KHz EQU 27
F9KHz EQU 30
F24KHz EQU 31
F12KHz EQU 34
F32KHz EQU 35
F16KHz EQU 38
F49KHz EQU 39
FRepeat EQU 42
F8_16bits EQU 45
FMo_St EQU 48

S_POWEROFF EQU 0


S_STOP EQU 1


S_LOAD EQU 2


S_LOADING EQU 3


S_PLAYING EQU 4


S_PAUSE EQU 5


S_NOMOD EQU 6


S_INCMOD EQU 7

46 changes: 46 additions & 0 deletions ASM/Various/Patrick Ruiz/cpu_mod/cpu_mod.f30/cpu_moda.inc
@@ -0,0 +1,46 @@

F_CPU_MOD = 0
FExit = 1
FTitle = 2
FOscilloscope = 3
FMessage = 4
FPower = 5
FLoad = 6
FModuleTitle = 7
FPlay = 13
FIPlay = 14
FStop = 15
FIStop = 16
FRS = 17
FIRS = 18
FFS = 19
FIFS = 20
FFF = 21
FIFF = 22
F8KHz = 26
F9KHz = 30
F12KHz = 34
F16KHz = 38
F19KHz = 27
F24KHz = 31
F32KHz = 35
F49KHz = 39
FRepeat = 42
F8_16bits = 45
FMo_St = 48

S_POWEROFF = 0

S_STOP = 1

S_LOAD = 2

S_LOADING = 3

S_PLAYING = 4

S_PAUSE = 5

S_NOMOD = 6

S_INCMOD = 7
Binary file not shown.
Binary file not shown.

0 comments on commit ea38212

Please sign in to comment.