Jump to content
IGNORED

Wordmark ROMDOS Manual


Curt Vendel

Recommended Posts

Hi tep392,

 

Can you please upload the L-Version of Omnimon here?

 

Thank you soooo much in advance. 🙂

 

- Banked Version L (4KiB): Same as RAMdisk Version R with additional disk I/O
  facilities, but without debugging commands of Standard Version
   - Banked Version U (4KiB): Add-on for Banked Version L adds the Standard
     Version debugging commands plus a mini-assembler and a relocate command.

Edited by luckybuck
forgot something
Link to comment
Share on other sites

Omnimon!, by CDY Consulting (David Young), 1982
- Resident machine language monitor
- Direct successor to Supermon! by David Young
- Installs into the 4KiB byte block of memory at $C000.
- Standard Version (4KiB): Has a HELP command (not present in other versions)
   - Shipped with piggyback board by The Peripheral Connection (Bill Williams)
   - Shipped with Newell Industries Ramrod personality board (800)
- Advanced Version A (4KiB): Adds several utilities, plus support for
  Happy 810 Enhancement and Bit 3 Full-View 80
- Ramdisk Version R (4KiB): Most features of Advanced Version A, including
  Happy 810 Enhancement and Bit 3 Full-View 80 support, plus Axlon RAMdisk
  support
- Banked Version L (4KiB): Same as RAMdisk Version R with additional disk I/O
  facilities, but without debugging commands of Standard Version
- Banked Version U (4KiB): Add-on for Banked Version L adds the Standard
     Version debugging commands plus a mini-assembler and a relocate command.
- 8K Omnimon! (complete Omnimon! feature set) (1984)
   - Comes in a special 8KiB chip with hardware toggle switch to select
     between lower 4KiB (Version L) and upper 4KiB (Version U).  Characters
     on the screen are inverted to prompt user to flip the switch when needed.
   - 4KiB Versions A/R/L/U were discontinued at the release of 8K Omnimon!;
     the standard (4KiB) Omnimon! remained available alongside 8K Omnimon!.

 

 

We have: Standard Version, Advanced Version A1 and Advanced Version A3.

 

Missing: L, R, U and 8K

Link to comment
Share on other sites

I have put everything on github: https://github.com/ivop/romdos

 

Checkout the README.md :)

 

"Original" boot disks are in the atr directory, the BASIC cartridge now resides in the roms directory, and the "fake" XL ROM is called romdos-xl-osb.rom.

 

There's a script that creates the "fake" XL ROM based on the original files, and there are two scripts that create two new boot disks.

 

You can replicate creating atr/formatted+dupr.atr by booting atr/romdos.atr, swap disks to an empty one, format, and (H) Write DOS files.

 

romdos-bootcode-dupr.atr is binary identical to atr/formatted+dupr.atr, but built from source! These files are similar to what was called blank.atr before (but without HELLO.BAS on it :D)

 

romdos-singlesector-dupr.atr is the experimental boot disk. It contains a single boot sector that jumps to ROMDOS directly. Unless there's no ROMDOS ROM present. Then it'll display an error message and halts. I wrote that myself, based on what I discovered, and it is fast going to the READY prompt ;)

 

Edit: the point of the single sector boot disk is to not include code for a SuperCart, and not include code to load DOS.SYS or DOSC.SYS from disk, because you know this disk is for a ROMDOS equiped machine. And those files aren't on the disk anyway :)

Edited by ivop
  • Like 2
  • Thanks 1
Link to comment
Share on other sites

  • 2 months later...

AUTORUN.SYS

0000: FF FF 00 38 4B 38 A9 50 8D 00 03 A9 01 8D 01 03     ...8K8.P........
0010: A9 3F 8D 02 03 A9 40 8D 03 03 A9 05 8D 06 03 8D     .?....@.........
0020: 05 03 A9 00 8D 04 03 8D 09 03 8D 0A 03 8D 0B 03     ................
0030: A9 0C 8D 08 03 20 59 E4 10 01 60 A2 0B BD 00 05     ..... Y...`.....
0040: 9D 00 03 CA 10 F7 20 59 E4 30 06 20 06 05 6C 0C     ...... Y.0. ..l.
0050: 00 60 E2 02 E3 02 00 38                             .`.....8

 

p1.png

p2.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...