Replies: 5 comments
-
That's a Medley 2.0 emulator on the DOSBox? If so, it can only run Medley 2.0 sysouts. If you got the lisp and full venue sysouts from the current medley repo, they're medley 3.51 sysouts and it's not going to run them. Make a "tstsout" executable -- to examine the sysout information, on my Mac:
It's trivial to modify the tstsout.c source to output more of the versioning information from the ifpage -- the fields present there are
I don't remember the semantics of all the version numbers, but this part at least is documented in the source:
and in the Lisp code you find things like:
|
Beta Was this translation helpful? Give feedback.
-
BTW - we haven't (intentionally) made any changes to the Maiko emulator code that would invalidate the version requirements for 3.5.1. You'll find the minbversion and lversion numbers for previous releases in maiko/inc/version.h |
Beta Was this translation helpful? Give feedback.
-
If you want to see the other version info in the sysouts -- and look at the MINBVERSION defined in the maiko/inc/version.h
|
Beta Was this translation helpful? Give feedback.
-
I installed the files in the Medley for DOS repo on DOSBox-X as explained here, which is where the Medley emulator comes from. I got the Lisp and full Venue sysouts from the internal/venuesysouts directory of Medley's repo. |
Beta Was this translation helpful? Give feedback.
-
Yeah, the internal/venuesysouts directory contains release 3.5.1 sysouts, not 2.0 sysouts. 3.5.1 sysouts won't run on the 2.0 DOS emulator. |
Beta Was this translation helpful? Give feedback.
-
This discussion reports on my attempts at running some old Venue sysouts on Medley for DOS under DOSBox-X. @masinter suggested this in the August 14, 2024 external meeting.
I renamed the sysouts to adapt them to the DOS file name format:
Next, I copied the files to
C:\MEDLEY.
When I execute these commands to start Medley:I get the following errors at the DOS prompt:
The errors hint at file format issues but is there anything that can be done?
Beta Was this translation helpful? Give feedback.
All reactions