comparison menu.s68 @ 957:1618d3676a35

Save state menu WIP
author Michael Pavone <pavone@retrodev.com>
date Fri, 15 Apr 2016 23:57:50 -0700
parents cbc5b39e5518
children 83532f944e3b
comparison
equal deleted inserted replaced
956:f5550cdffe49 957:1618d3676a35
933 move.l #2, menu_port+12 933 move.l #2, menu_port+12
934 bra show_pause_menu 934 bra show_pause_menu
935 935
936 save_state: 936 save_state:
937 ;TODO: Implement me 937 ;TODO: Implement me
938 bra save_state 938 move.l #0, menu_port+16
939 .forever
940 bra .forever
939 941
940 load_state: 942 load_state:
941 ;TODO: Implement me 943 ;TODO: Implement me
944 move.l #0, menu_port+16
942 bra save_state 945 bra save_state
943 946
944 about_text: 947 about_text:
945 dc.b "BlastEm v0.4.0", 0 948 dc.b "BlastEm v0.4.0", 0
946 dc.b "Copyright 2011-2016 Michael Pavone", 0 949 dc.b "Copyright 2011-2016 Michael Pavone", 0