2024-04-26 16:38 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002261Lotus3[WHDLoad Installs Games] OCSpublic2012-05-12 15:11
ReporterHarry 
Assigned ToProject InfoLotus 3 (Magnetic Fields/Gremlin)
http://www.whdload.de/games/Lotus3.html
 
PrioritynormalSeverityfeatureReproducibilityalways
StatusnewResolutionopen 
Summary0002261: Load/save for the define set of courses
DescriptionIt would be nice to have a load/save-feature for the "define"-list where courses can be entered so that you dont have to type them always by hand.
TagsNo tags attached.
MachineA1200
CPU68030
CPUSpeed50
ChipSetAGA
GFXCardNone
ChipMem2 MB
FastMem16 MB
WorkbenchOS 3.0
KickROM39 - Kick 3.0
KickSoftNone
WHDLoad16.9
imported
Attached Files

-Relationships
+Relationships

-Notes

note ~0002174

Harry (developer)

At selecting course set definition the program branches to $6ebfa (original instruction is bsr.w $71528), insert a load dialog there. The leaving point of the course set definition is $6ec5c, but this very place is shared with other menu points, so the instruction at $6ec56 (which is tst.w $0742(a3)) is to be replaced by a jsr.w $90 which does the following:
  tst.w $0742(a3)
  beq .1
  your save dialog call here
.1
  tst.w $0742(a3)
  rts
The memory from $90-$ff is unused and can be used for jsr.w
The cop1lc is #$7fe58 and only set occasionally when needed.
The course set definition is at $6ade0 (or maybe $6ad2c), length is $b4

note ~0002195

Mailman (reporter)

Last edited: 2011-01-16 18:53

View 2 revisions

It would be also nice to have a feature of saving high score tables.

+Notes

-Issue History
Date Modified Username Field Change
2010-03-22 22:15 Harry New Issue
2010-03-22 22:15 Harry Machine => A1200
2010-03-22 22:15 Harry CPU => 68030
2010-03-22 22:15 Harry CPUSpeed => 50
2010-03-22 22:15 Harry ChipSet => AGA
2010-03-22 22:15 Harry GFXCard => None
2010-03-22 22:15 Harry ChipMem => 2 MB
2010-03-22 22:15 Harry FastMem => 16 MB
2010-03-22 22:15 Harry Workbench => OS 3.0
2010-03-22 22:15 Harry KickROM => 39 - Kick 3.0
2010-03-22 22:15 Harry KickSoft => None
2010-03-22 22:15 Harry WHDLoad => 16.9
2010-12-20 22:24 Harry File Added: lotus3courses.zip
2010-12-20 22:36 Harry Note Added: 0002174
2011-01-16 18:53 Mailman Note Added: 0002195
2011-01-16 18:53 Mailman Note Edited: 0002195 View Revisions
2011-03-13 13:32 Wepl Assigned To => Harry
2011-03-13 13:32 Wepl Status new => assigned
2012-05-12 15:10 Wepl Assigned To Harry =>
2012-05-12 15:11 Wepl Status assigned => new
+Issue History