Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tandy and Ample Lite #27

Open
TandyColorComputer3 opened this issue Mar 7, 2024 · 11 comments
Open

Tandy and Ample Lite #27

TandyColorComputer3 opened this issue Mar 7, 2024 · 11 comments

Comments

@TandyColorComputer3
Copy link

Thank you ksherlock, Ample Lite has been easy to modify so far.

I'm editing your files to support a Tandy-centric version of Ample Lite - to include something like the below. I love the concept of making MAME more accessible with menus - but also showing the command line instructions. Looking forward to future developments.

TRS-80

  • Model I Level I
  • Model I Level II
  • Model 200
  • Model II
  • Model III

Tandy Color Computer

  • CoCo 1
  • MC-10
  • CoCo 2
  • CoCo 2 w/6309
  • Deluxe Color Computer
  • CoCo 3
  • CoCo 3 w/6309

Dragon

  • Dragon32
  • Dragon64
  • Dragon200
  • Tano Dragon
  • Dragon Professional

Tandy 1000 Series

  • Tandy 1000 HX
  • Tandy 1000 RL
  • Tandy 1000 SL/2
  • Tandy 1000 TL/2
  • Tandy 1000 SX

Tandy Other

  • Tandy 2000
  • WP-2
  • WP-3

Screenshot 2024-03-06 at 7 39 54 PM

@ksherlock
Copy link
Owner

I didn't realize MAME emulated the coco and friends. I'll include them in the next version.

@TandyColorComputer3
Copy link
Author

Oh cool, great to hear.

A lot of the casual coco users avoid mame due to the setup. The primary ease-of-use dedicated emulators have their own issues - VCC scales pixels improperly and is windows only. XRoar is quirky due to its dragon lineage and is still fine-tuning CoCo3 and 6309 support. The bookmarks feature will be handy to save the different HW setups involved in supporting alternate ROMs, hard drive images, and NitrOS-9 operating system.

Tim Lindner is the technical brains behind a lot of coco mame development should you have questions that require that level of expertise.

https://github.com/tlindner
http://tlindner.macmess.org/

@ajacocks
Copy link

Yeah, definitely agreed. Ample really exposes the incredible work that the MAME devs do to a wider audience.

@TandyColorComputer3
Copy link
Author

@ksherlock Quick first test on the CoCo for Ample 0.264: The CoCo Multi-Pak Interface, an important device, is not allowing Disks even though the disk controller appears to be plugged into Slot 4 as would be typical.

That will makes the MPI essentially non functional for use, since you will likely not be able to load programs off .dsks to take advantage of the extra slots for sound cards and serial etc.

image

Image for visual reference of Disk controller plugged into slot 4.

image

Thanks

@ajacocks
Copy link

Interesting. Any idea of why it's not being recognized?

@TandyColorComputer3
Copy link
Author

TandyColorComputer3 commented Mar 28, 2024

I'm scanning the coco .plist, not sure yet. The DISTO Super Controller would be a workaround, but it also doesn't show floppy with the multipak. Glenside IDE is not showing a hard disk either with multi-pak. So the multipak is not set up for the CoCos or Dragons to allow options (any devices connected to carts attached to MPI).

Also TRS Model 1 Level 1 and Level 2 have issues with options.

@ksherlock
Copy link
Owner

ksherlock commented Mar 28, 2024

It looks like the floppy disks are embedded within 6 levels of slots (eg, -ext:multi:slot4:fdc:wd17xx:1) and when I'm building the property list it doesn't go deep enough to find them.

@ksherlock
Copy link
Owner

I did a stealth update on the release to include the coco floppies

@TandyColorComputer3
Copy link
Author

Thank you for the quick fix - mpi launching disks/HDs and working great. For future Tandy releases, I recommend:

  • coco3h (this is 6309 processor version that is the new modern standard, a Hitachi-made m6809 clone that runs more efficiently - and as it turned out, has a Native mode with hidden instructions. Required for the fastest performance with NitrOS9 and a AAA game)
  • mc10 (formerly the butt of doorstop jokes, the 6803-based MC-10 Micro Color Computer has become a favorite of the engineer class who have used it to test out concepts before bringing those ideas to the CoCo)
  • coco3dw1 (I think this presets drivewire w/hdb-dos, DW is the protocol to communicate with a host pc / internet)
  • coco3hdb (I think hdb-dos w/o dw. some folks use the additional features)

@ksherlock
Copy link
Owner

coco3h and mc10 were added in the Ample 0.265. The dw1/hdb machines were removed from mame a few months ago, in favor of selecting the disk drive ROM. Ample 0.265 now has a UI to select the disk drive ROM.

image

@ajacocks
Copy link

The interface looks good to me. Clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants