New release of EightyOne available

Emulator and emulator development specific topics
Brimbard
Posts: 10
Joined: Wed Dec 01, 2021 8:12 pm

Re: New release of EightyOne available

Post by Brimbard »

Yeah:
EightyOne_compiled.JPG
The issue above was a "self-made" one.
A few weeks ago, I had installed the recent community version of the C++ Builder. And that had overwritten some of the settings of the version 5 used for the EightyOne. Plus, it has this TPrinter class which conflicts with the one used in the file zxprinter.

So, I reinstalled this version 5 on a different PC. (no need to burn a DVD under Windows, just extract the .iso and link it in with the file browser).

I did the following cleaning to make it work:
1. main_.h:
remove line 38 #include "AnimTimer.h"

2. Project Options - Directories/Conditionals
remove "..\Components\Animation-Timer\lib" (and also "C:\") from
- Include paths
- Debug source path

Project - Edit Option Source:
remove all occurrences (e.g. using <ctrl-H> ))
- AnimTimer.lib
- ..\Components\Animation-Timer\lib;
- ..\Components\Animation-Timer;
- ..\Components\Animtimer\lib;

further cleaning, remove:
C:\Documents and Settings\Mike\My Documents\Components\Animtimer\lib\;
C:\Program Files\Soft Gems\Theme Manager\Source\;
C:\Documents and Settings\mike.CHUNTEY\My Documents\Programming\Dbits\lib\;
C:\dbits\lib\
C:\Program Files\Soft Gems\Theme Manager\Source\

save changes and restart the C++Builder.
User avatar
GCHarder
Posts: 427
Joined: Sat Dec 14, 2013 7:46 pm

Bug? Report

Post by GCHarder »

When entering a BASIC listing into the Spectrum emulator the following special
graphic characters aren't loading correctly.

\ . \ : and \ ' they work OK in the ZX81 emulator.

Regards;

Greg
bceldran
Posts: 2
Joined: Fri Jan 06, 2023 7:29 pm

Re: New release of EightyOne available

Post by bceldran »

Hello,

I tested the EightyOne V1.29 emulator with simple Basic program :

Code: Select all

10 INPUT U
20 IF U=5 THEN PRINT "CINQ"
But I have an issue with line 20, I have a syntax error just before THEN.

I tried this program with SpecBAS, it's working as expected. Has someone got a similar issue with the emulator ?
Moggy
Posts: 3231
Joined: Wed Jun 18, 2008 2:00 pm

Re: New release of EightyOne available

Post by Moggy »

No it works ok for me.
User avatar
Paul
Posts: 1511
Joined: Thu May 27, 2010 8:15 am
Location: Germanys west end

Re: New release of EightyOne available

Post by Paul »

How did you enter Then?
Single key?
In theory, there is no difference between theory and practice. But, in practice, there is.
David G
Posts: 387
Joined: Thu Jul 17, 2014 7:58 am
Location: 21 North, 156 West

Re: syntax error before THEN

Post by David G »

Paul wrote: Sat Jan 07, 2023 2:15 pm How did you enter Then?
Single key?
Hmmm, if I type out T-H-E-N, then I too get a syntax error (inverse-S cursor) just before THEN

temp_editing.png
temp_editing.png (11.01 KiB) Viewed 1883 times

But if I use the keyboard THEN key (shift-3) it accepts line 20 -- and subsequently runs correctly
Keyboard.png
Spinnetti
Posts: 253
Joined: Sat Sep 12, 2020 11:29 pm

Re: New release of EightyOne available

Post by Spinnetti »

v1.30 out, It adds the TS1000 for zxpand which is nice, but not the TS1500 which also works.

If any contributors are willing (I'm not skilled enough to do), it would be great if we could:
- Add TS1500 to Zxpand options (I have one for my 1500 as well as my ZX81 and TS1000)
- If selecting Zxpand, also auto check the memory box for 32k, ZONX and WRX since ZXPAND does all those.
- Double check the 60hz code for both TS1000 and ZX-81 for rolling screen? Its also noticeably slower in 60hz even though the US version had a tiny bit faster clock to compensate as I remember - perhaps the issue is not accounting for the different clock speed?
- The display is not centered in the simulated screen - its a fair bit to the left. Timing related?

Cheers.
Last edited by Spinnetti on Mon Jan 30, 2023 12:05 am, edited 1 time in total.
Zeddy: ZX80, ZX81/ZXpand, TS1000/ZXpand, TS1500/Zxpand+
Speccy: 48k, +, +2, +3, TS2068, "Bare Metal" Pi, Next KS2, IF1/Microdrives/Vdrive/Light Gun/VGA-Joy
QL: Minerva/QL-VGA/Custom PSU
C5: 24v, LiFE battery, Disc brakes
flypie
Posts: 2
Joined: Mon Jan 23, 2023 12:41 am

Re: New release of EightyOne available

Post by flypie »

Just came back to run EightyOne and it seems to have a problem, the only change I can think of is I've moved to Windows 11 since the last run. has any got it running with Won 11? I have upgraded to the latest version.
flypie
Posts: 2
Joined: Mon Jan 23, 2023 12:41 am

Re: New release of EightyOne available

Post by flypie »

OK Ignore that was a corrupt ini file. Works fine with Windows 11
Fruitcake
Posts: 346
Joined: Wed Sep 01, 2010 10:53 pm

Re: New release of EightyOne available

Post by Fruitcake »

EightyOne V1.31 is now available here. It resolves some of the issues mentioned over the past few months.
Post Reply