[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can someone please help with this.



On Monday, December 3, 2012 1:55:43 PM UTC-6, Michael Hardy wrote:
> Hi I have a blackjack game with source code from nibble magazine.
> 
> I was wondering what the file extension is .ml, .shape and .scrn
> 
> is? I'm using an Windows Emulator (AppleWin) to use it. in ciderpress
> 
> those files are included on the .DSK how can I edit these files?
> 
> is there are program for editing such file types?
> 
> Correct me if I'm wrong but is the .scrn the graphics?
> 
> and when I view them in Ciderpress it says their bin files and when I click on them in the combo box it says //e monitor listing.
> 
> 
> 
> Any help would be appreciated. :)
> 
> 
> 
> Thank you

The best way to tell is to activate hires and load the files in to see if they resemble anything.  If it looks like random junk it's probably data or program code.  If it looks like a broken-up picture then it's image/tile data.  Is the ml file a plain text (machine language) file by chance?  If so you should be able to edit it with a standard text editor that is sensitive to line endings.

On another note, I remember typing that program in once upon a time.  I never got it 100% right though.  Typos in the machine code listings were so hard for me to track down back then (well, I got better after I used a ruler to keep my place.)

-B