Search found 322 matches

by @username@
Mon Apr 18, 2016 5:35 pm
Forum: General Laser 2001 and Salora Manager Forum
Topic: Salora Manager Disk ROM
Replies: 49
Views: 41092

Re: Salora Manager Disk ROM

Disc ROM Memory Mapped I/O $1128 - Read at initialisation and the result is thrown away. I assume this is a general reset controller $1140 - Write Protect check. Returns $00 for not, $80 if write protection enable $1180/$1181 - Step motor Phase 0 on/off respectively $1182/$1183 - Step motor Phase 1 ...
by @username@
Sun Apr 17, 2016 5:50 pm
Forum: General Laser 2001 and Salora Manager Forum
Topic: Salora Manager Disk ROM
Replies: 49
Views: 41092

Re: Salora Manager Disk ROM

Small utility to decode from RAW image format, produced by the emulator, to a cooked binary format.

Includes source code. Decode tables and method are from the original disk ROM.
by @username@
Sun Apr 17, 2016 1:18 pm
Forum: General Laser 2001 and Salora Manager Forum
Topic: Salora Manager Disk ROM
Replies: 49
Views: 41092

Re: Salora Manager Disk ROM

Here is some further progress. This is a link to the current Windows 32 bit WIP binary, which now includes full Laser DOS emulation and the ROM file. Use SourceForge The source changes are already on the SourceForge page. You will most likely need the manual scanned by Madrigal in a previous post, a...
by @username@
Sun Apr 10, 2016 11:13 am
Forum: Homebrew software and hardware (excluding games)
Topic: PASCAL-M for CSL / Salora Manager
Replies: 3
Views: 6786

Re: PASCAL-M for CSL / Salora Manager

This is a quick howto on getting a working PASCAL-M compiler and intepreter. The compiler, documentation and tools, can be download from http://pascal.hansotten.com/uploads/mpascal/mpascalv1.zip The interpreter, documentation and tools, can be download from http://pascal.hansotten.com/uploads/mpasca...
by @username@
Sun Apr 10, 2016 12:19 am
Forum: Homebrew software and hardware (excluding games)
Topic: PASCAL-M for CSL / Salora Manager
Replies: 3
Views: 6786

PASCAL-M for CSL / Salora Manager

Coming soon ... pascal-M on the Salora Manager / Laser 2001 and CSL. This is as easy as write P4 compatible code, compile on PC, test on PC, convert to p-code. So far all is going well - I hope to have a WIP release in a week or so. The process is 3 steps Step 1 - write PASCAL P4 compliant code prog...
by @username@
Tue Mar 22, 2016 8:56 pm
Forum: Software
Topic: Newly discovered Dick Smith Tennis variant
Replies: 13
Views: 17390

Re: Newly discovered Dick Smith Tennis variant

Thanks for sharing this rare ROM - and so quickly!
by @username@
Tue Mar 22, 2016 5:36 pm
Forum: Hardware
Topic: Using standard joysticks
Replies: 12
Views: 13582

Re: Using standard joysticks

OK - I think I see the confusion. The low bit of bytes $11 and $13 should be discarded. The read functions do the following ROM:AB2F loc_AB2F: ; CODE XREF: sub_BDC3-12A4j ROM:AB2F LDA $11 ROM:AB31 ROM:AB31 loc_AB31: ; CODE XREF: sub_BDC3-1284j ROM:AB31 BEQ loc_AB46 ROM:AB33 AND #$F ROM:AB35 LSR A RO...
by @username@
Mon Mar 21, 2016 10:16 pm
Forum: Hardware
Topic: Using standard joysticks
Replies: 12
Views: 13582

Re: Using standard joysticks

Which games use 16 positions? The joy function in CV basic can only see the standard 8, so would be interesting to look at the 16 position code.
by @username@
Thu Mar 17, 2016 7:50 pm
Forum: Software
Topic: Newly discovered Dick Smith Tennis variant
Replies: 13
Views: 17390

Re: Newly discovered Dick Smith Tennis variant

PC parallel would be cheap and easy, if it's possible to get a cart connector. Minimal software, few chips.
by @username@
Wed Jan 27, 2016 9:59 pm
Forum: General Laser 2001 and Salora Manager Forum
Topic: Salora Manager Disk ROM
Replies: 49
Views: 41092

Re: Salora Manager Disk ROM

OK - cross compiles on debian for windows.

I can drop the source files here, if anyone wants to play along.