WHDLoad MantisBT - Lotus3
View Issue Details
0002261Lotus3[WHDLoad Installs Games] OCSpublic2010-03-22 22:152012-05-12 15:11
ReporterHarry 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
MachineA1200
CPU68030
CPUSpeed50
ChipSetAGA
GFXCardNone
ChipMem2 MB
FastMem16 MB
WorkbenchOS 3.0
KickROM39 - Kick 3.0
KickSoftNone
WHDLoad16.9
imported
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.
Attached Fileszip lotus3courses.zip (576) 2010-12-20 22:24
https://whdload.de/mantis/file_download.php?file_id=84&type=bug

Notes
(0002174)
Harry   
2010-12-20 22:36   
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
(0002195)
Mailman   
2011-01-16 18:53   
It would be also nice to have a feature of saving high score tables.


Issue History
2010-03-22 22:15HarryNew Issue
2010-03-22 22:15HarryMachine => A1200
2010-03-22 22:15HarryCPU => 68030
2010-03-22 22:15HarryCPUSpeed => 50
2010-03-22 22:15HarryChipSet => AGA
2010-03-22 22:15HarryGFXCard => None
2010-03-22 22:15HarryChipMem => 2 MB
2010-03-22 22:15HarryFastMem => 16 MB
2010-03-22 22:15HarryWorkbench => OS 3.0
2010-03-22 22:15HarryKickROM => 39 - Kick 3.0
2010-03-22 22:15HarryKickSoft => None
2010-03-22 22:15HarryWHDLoad => 16.9
2010-12-20 22:24HarryFile Added: lotus3courses.zip
2010-12-20 22:36HarryNote Added: 0002174
2011-01-16 18:53MailmanNote Added: 0002195
2011-01-16 18:53MailmanNote Edited: 0002195bug_revision_view_page.php?bugnote_id=2195#r141
2011-03-13 13:32WeplAssigned To => Harry
2011-03-13 13:32WeplStatusnew => assigned
2012-05-12 15:10WeplAssigned ToHarry =>
2012-05-12 15:11WeplStatusassigned => new