mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-20 12:29:04 +00:00
use new macro (no binary changes)
This commit is contained in:
parent
ac0a7cf4d5
commit
c5e5162fda
@ -293,32 +293,23 @@ NOIRQ rti
|
|||||||
!src "src/4cade.version.a"
|
!src "src/4cade.version.a"
|
||||||
|
|
||||||
Loading64K
|
Loading64K
|
||||||
!byte 3
|
+PSTRING "64K"
|
||||||
!text "64K"
|
|
||||||
Loading128K
|
Loading128K
|
||||||
!byte 4
|
+PSTRING "128K"
|
||||||
!text "128K"
|
|
||||||
LoadingIIgs
|
LoadingIIgs
|
||||||
!byte 4
|
+PSTRING "IIgs"
|
||||||
!text "IIgs"
|
|
||||||
LoadingJoystick
|
LoadingJoystick
|
||||||
!byte 9
|
+PSTRING "\rjoystick"
|
||||||
!text $8D,"joystick"
|
|
||||||
LoadingVidHD
|
LoadingVidHD
|
||||||
!byte 6
|
+PSTRING "\rVidHD"
|
||||||
!text $8D,"VidHD"
|
|
||||||
LoadingMockingboard
|
LoadingMockingboard
|
||||||
!byte 22
|
+PSTRING "\rMockingboard in slot "
|
||||||
!text $8D,"Mockingboard in slot "
|
|
||||||
LoadingMockingboardStereo
|
LoadingMockingboardStereo
|
||||||
!byte 7
|
+PSTRING "\rStereo"
|
||||||
!text $8D,"Stereo"
|
|
||||||
LoadingMockingboardMono
|
LoadingMockingboardMono
|
||||||
!byte 5
|
+PSTRING "\rMono"
|
||||||
!text $8D,"Mono"
|
|
||||||
LoadingMockingboardSpeech
|
LoadingMockingboardSpeech
|
||||||
!byte 16
|
+PSTRING "...and it talks!"
|
||||||
!text "...and it talks!"
|
|
||||||
|
|
||||||
!ifndef RELEASE {
|
!ifndef RELEASE {
|
||||||
PrintAsDecimal
|
PrintAsDecimal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user