Super Snapshot

From ReplayResources
Revision as of 01:33, 11 June 2010 by Count Zero (talk | contribs)
Jump to navigationJump to search
Super Snapshot Screenshots
Super Snapshot Screenshots
Technical Info
RAM S64 - SS4: None

SS64 - SS4: 8 kbyte

SS5: 8 kbyte (32 optionally? - Note to self: write test program!)
Hardware features 1 Button Freeze

optionally 1 button RESET

C128 ON/OFF switch for an additional $8
Manual PDF: Snapshot64 Instruction Manual

PDF: Super Snapshot v2.0 Operating Manual
PDF: Super Snapshot v3.0 Operating Manual
Super Snapshot v4.0 Operating Manual Project64.txt
PDF: Super Snapshot v4.0 Operating Manual
Super Snapshot v4.0 Operating Manual Project64.txt
PDF: Super Snapshot v5.0 Operating Manual

and more at Binaries and category.
CRT ID S64: None yet

SS64/SS2: None yet
SS4: 40

SS5: 20
Programming See Tech Section
Super Snapshot v5

The Super Snapshot series was started with the introduction of the Snapshot 64 by the end of 1985. Three canadian based companies were somehow involved in production and distribution of the Super Snapshot being Marshview Software Ltd., CSM Software Inc. and LMS Technologies originally. During the evolution to SS5 the copyright was kept by LMS Technologies while e.g. Software Support International (SSI) was distributing the cartridge in the US. SSI was also selling a ROM replacement named SYSRES so the user was able to swap EPROMs on the (likely) SS3 and SS4 hardware to suite his needs. (Ed.: Sounds a lot worse than cartridge swapping.)

Many interesting features were added making SS3 to SS5 serious competition towards other prominent freezers at the time. The manual states Super Snapshot was designed and written by Marcel LeBlanc and Ron Smith. Quite a few features were added by other people such as Matthew Desmond (author of Desterm -> (Snapterm for SS5)), Richard Bond (Turbo25), Steve Boyko (Sprites), George Tylor (Samples), John Finaly (PAL fixing) - resulting in 64 kbyte of a nicely interfaced and well thought multi function cartridge.

During time LMS Technologies released:

S64  - Snapshot64           - Initial Hardware
SS64 - Super Snapshot 64    - New hardware
SS2  - Super Snapshot 64 v2 - Likely a ROM update only
                            - Abbreviation needs to start somewhere
SS3  - Super Snapshot 3     - LMS might have though the same
                            - Super Snapshot 3 with new hardware
SS4  - Super Snapshot 4     - ROM update - No hardware change
SS5  - Super Snapshot 5     - Final hardware
SS5  - Super Snapshot 5.01  - (5.10 is rumoured to exist - PAL/NTSC?)
                            - ROM update - No hardware change
SS5  - Super Snapshot 5.22  - ROM update - No hardware change


Snapshot64 Advert
Snapshot64 Advert
Ahoy! Issue 25, January 1986
Super Snapshot64 Advert
Super Snapshot64 Advert
Ahoy! Issue 42, June 1987

Super Snapshot Documentation always was quite complete and the wiki contains a large deal of it so we will save all of us the trouble of a complete feature rundown. However, a few noteworthy options should be mentioned here. Since at least SS3 the command @TV displays the current ROM version with PAL added whenever the ROM was fixed. Minor version numbers were so far only seen with the SS5 series on which even two different versions v5.22 PAL versions exist. The Super Snapshot v5.22 v2 PAL carries fixed only on the Snapterm part which likely were not quite right in the first attempt. We assume Pre-SS4 other than

Super Snapshot64 v2 Advert
Super Snapshot64 v2 Advert
Ahoy! Issue 48, December 1987
Super Snapshot v3 Advert
Super Snapshot v3 Advert
Ahoy! Issue 52, April 1988
Super Snapshot v4 Advert
Super Snapshot v4 Advert
Ahoy! Issue 59, November 1988
Super Snapshot v5 Advert
Super Snapshot v5 Advert
Run Issue 74, February 1990
SYSRES Advert
SYSRES Advert
Ahoy! Issue 61, January 1989

Tech

The following is cited from snapshot64.c found at the VICE project page:

    Snapshot 64 (LMS Technologies)

    FIXME: this implementation is purely based on guesswork

    - 4K ROM (2732)
      - mapped to 8000 and e000 (ultimax mode) ?
    - NE555, 7406, 7474
    - one button (freeze)

    io2 - df00 (r/w)
     0 - cart off
     1 - cart enabled

    after reset NO menu is shown. when pressing freeze the screen goes blank, then

    return - starts the "code inspector"
       l - load and execute ml program
       j - jump to address
       d - dump memory (hex)
       e - return to basic
    f1 - analyze and save backup
    f3 - clear memory
    f5 - format disk
    f7 - restart

SuperSnapshot v3 should be compatible to this - the info is somewhat lacking though. supersnapshot4.c:

    Super Snapshot v4

    - 32K ROM,4*8K Banks

    io1: (read/write)
        cart ram

    io2 (read)
     df01 - ram config
          - cart rom
    io2 (write)
     df00 -
     df01 -


Super Snapshot v5.x emulation is handled by supersnapshot.c and reads:

    Super Snapshot v5

    - 32K ROM,4*8K Banks
    - 32K RAM,4*8K Banks

    io1: (read)
        cart rom

    io1 (write)

    df00/df01:

    bit 4 - rom/ram bank bit1
    bit 3 - rom enable
    bit 2 - rom/ram bank bit0
    bit 1 - ram enable, EXROM
    bit 0 - release freeze, !GAME


Missing

  • Super Snapshot64 ROM Dump
  • Super Snapshot64 v2.0 ROM Dump
  • More Super Snapshot v3.0 ROM Dumps (for comparison)
  • More Super Snapshot v4.0 ROM Dumps (for comparison)
  • More Super Snapshot v5.0 ROM Dumps (for comparison)
  • SYSRES ROM Dump
  • More info, schematics and utility programs
  • Super Snapshot Slideshow Creator software

Binaries

Super_Snapshot_binaries_rr.c64.org_2010-06.rar contains just the C64 binaries:

  • Super Snapshot v3.0 ROM Dump NTSC .bin
  • Super Snapshot v4.0 ROM Dumps NTSC + PAL .bin
  • Super Snapshot v5.01 ROM Dump NTSC + PAL .bin and converted .crt
  • Super Snapshot v5.22 ROM Dump NTSC .bin and converted .crt
  • Super Snapshot v5.22 ROM Dumps 2 versions PAL .bin and converted .crt

Super_Snapshot_all_rr.c64.org_2010-06.rar contains:

  • Snapshot64.d64 (includes fast load maker and cartridge maker) from www.bombjack.org
  • Super Snapshot 5 System Disk Side A (likely PAL and NTSC versions but current naming is guessed - a one byte change on dual41 copier) (to be verified)
  • Super Snapshot 5 System Disk Side B (includes Shotgun II as parameter nibble copier)

Trivia

Weblinks