Welcome, Guest. Please login or register.


Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - gflorez

Pages: [1] 2 3 4 5
1
Found in Retrowiki Spain:  https://logiker.com/Vintage-Computing-Christmas-Challenge-2022



The contest is to write a program that prints this exact star made of asterisks. It can be made on other colours, on any language on any computer....


I have tried my best with my Enterprise in Basic:

A verseny célja, hogy írjatok egy olyan programot, amely pontosan ezt a csillagokból álló csillagot írja. Más színekkel, bármilyen nyelven, bármilyen számítógépen elkészíthető.....


Én a legjobbat próbáltam az Enterprise-ommal Basic nyelven:


2
Games / New translation: English is fun ---> El Inglés es divertido
« on: 2022.September.05. 01:05:00 »
It is funny... I have never run this program until now. Ok, really I still have not run it....

But I have examined the files and it results that it is totally written in Basic...

So this program will have again its lost Spanish version.

29371-0

3
Hardware / Questions about SymbiFace3
« on: 2020.July.01. 15:24:01 »

4
Programming / Questions about QUIGS programming.
« on: 2020.March.05. 21:15:10 »
Tutus, can you put here your .qpf program? Maybe I can fix it.

 

5
Programming / Programming apps for SymbOS with the QUIGS environment.
« on: 2020.February.23. 21:26:23 »
Now that Enterprise "net-things" seem to move with EPnet and SF3, I want to remember all you that there is a PC environment(only Win64 or Wine on Linux) named QUIGS that allows easy development of programs for SymbOS.

His creator is  Trebmint(Rob Buckley, a member of this web), and it is being a work of decades(first was  SymStudio, then Unify, and now Quigs, all incompatible between them...), still on beta version. Edoz(Edo van Zanten, also an Enterprise Forever member) is his beta-tester and creator of a lot of interesting SymbOS apps.

Today I am only presenting the software, but on incoming messages I will try to explain how to use it.

The present packet can be opened on the desktop of your computer, creating a directory named QUIGS, and putting all there. The distribution is not completely clean, there are some files that I don't know why are there, probably font code from past reincarnations of the environment.

We only have to manage the QUIGS.EXE executable, all the source files with the .qpf tag, and the "OUTPUT" directory. This is the last version from 08-01-2020.

6
Hardware / Fischertechnik Robot Interface 30520.
« on: 2019.December.24. 04:17:17 »
Do you remember the Fischertechnik robot arm mentioned on the Werner Lidner thread here and here?

Some time ago I got a cheap Fischertechnik Interface from Ebay because, being the connection maniac I am, wanted to replicate the experiment shown.



I still have not put it on use, in part due to the lack of a robot arm, and in part because there is a lot of information on Internet but it has to be hunted on non English pages about interfacing other computers, like C64, Atari ST, Apple II, Amiga, CPC/Schneider, BBC and more.

This all has just changed Yesterday when I have found  the very same robot arm on an Ebay bid. I will receive it on January, but buying it has pushed me to search the needed information.

Fischertechnik released all over of some years several variations of the Centronics/printer port interface(you can see some of them here). I think that all of them can be interfaced to the Enterprise, because only the first 0-5 data bits for output, and the /READY signal for input, are used in the protocol.

There are older computers like the C64 or Apple II that interface different because they lack a /READY signal on their printer ports.

Almost all the different interfaces have a flat cable with an aerial 20 pin DIL female connector like the one seen on the above picture, where the provided adapter for every computer is plugged. Of course we have to make ourselves the Enterprise adapter, but it is not so difficult if we have the information:







(Remember, on the flat cable the red lead mark the pin 20 of the connector)

Ok, now let's think that the Enterprise is correctly connected to the interface and it to the robot arm(pdf manual attached). We could play with the software provided by Werner, but he said that it was a limited version based on a PC Pascal program compiled on IS-DOS(CP/M).

I think we don't need to limit ourselves because, on the Robot Arm manual(pages 57-60), we have a wonderful Z80 machine code listing with all the options, and also some examples of CPC Basic listings that can be easily transcripted to IS-Basic. We only have to adapt the CPC Z80 ports dedicated to the parallel port to the very similar Enterprise ports.

CPCs use 16bit port EF00h to output the data bits, and bit 6 on port F500h for the BUSY signal(contrary to /READY). On the Enterprise we use the 8 bit port B6h for the output data bits and bit 3 of the B6h port for input the /READY signal. Only left us to know if a 1 on the CPC ports is a 1 on the Enterprise ports or on the contrary a 0.

24139-3

24141-4

24143-5

24145-6


Fischertechnik manuals.

7
I want to try the external cartridge bay that Zozo sugested. But I need some schematics.

2x 74ALS138
1x 74LS32

First 74LAS138:
/E0 and /E1: /MREQ
E2: /RFSH
A0: A19
A1: A20
A2: A21
The 8 outputs are valid for 8x512K memory areas:
/Q0: 00H-1FH
/Q1: 20H-3FH
/Q2: 40H-5FH
/Q3: 60H-7FH
/Q4: 80H-1FH
/Q5: A0H-BFH
/Q6: C0H-DFH
/Q7: E0H-FFH

With the second 74ALS138 divide one 512K are for a 64K areas:
/E0 and /E1: /Qx from first 74ALS138
E2: +5V
A0: A16
A1: A17
A2: A18

If using /Q0: 00H-1FH from first 138, then the outputs of the second:
/Q0: 00H-03H
/Q1: 04H-07H
/Q2: 08H-0BH
/Q3: 0CH-0FH
/Q4: 10H-13H
/Q5: 14H-17H
/Q6: 18H-1BH
/Q7: 1CH-1FH

The selected output will be the new /CART signal. Using Q0 from the first, and Q2 from the second, then the new external cartridge will be at 08H-0BH, next to the original.
One gate from the 74LS32 make the /CART&RD signal.

Also need a 7805 (or compatible) or a +5V from bus card.

Ok thanks. I will study it and more questions will follow, for sure....

Similar decoding is made inside DAVE:



I understand that /ROM is no more necessary, with your modified EXOS a ROM can exist on any 16kb boundary(Segment).

/CART&/RD  at B3 on the Cartridge Bay is decoded outside DAVE:

23096-0
--------------------------------

Ok, I will make a prototype of an External Cartridge Bay with all the 4MB addressing range options selected by jumpers. It could also be useful for testing a lot of other projects, to put 1 to 4 16KB RAM/ROM segments exactly and easily on the position where we want. A 4 socket 16KB cartridge PCB would be useful for it.

I only see a drawback, the code of the SD-Reader has to be re-written "segment-position-aware" to work externally. By now it only works at 04-07 segments because the RAM window is accessed at 07. The same with the MIDI interface.

8
Illesztések / A SymbiFace3 közel van az Enterprise-hoz!
« on: 2019.February.19. 09:46:27 »
Hans Tillema (TMTLogic), a Prodatron által elkötelezett, a harmadik reinkarnációjában a SymbiFaceIII nevű CPC számítógépekre vonatkozó all-in-one kártya fejlesztésének utolsó szakaszában van.

"Gondolod, hogy van-e igény a kártya számára az Enterprise számára?
89 euróba kerül

A következő jellemzőkkel rendelkezik:

2MB Ram
512kb FlashRom
mp3
codec voip
tmtnet
RTC
OLED
fat32 usb stick
usb egér

és több.."

"Elfelejtettem
wifi
sd kártya roms egy belső tárolóhoz "

Egyszerűen, ha keres a "symbiface" -on a Google-on, megtalálhatja a korábbi verzió, a SimbiFaceII leírását.

Nem volt egy első verzió, de egy olyan nevű CPC IDE nevet készített, amelyet egy német fejlesztő DR. ZED segítette a CPC-felhasználók Octoate, TFM és Tolkin.

A SymbiFace II a CPC IDE korszerűsítése volt,
a Prodatron elkötelezte magát a DR-nek. ZED.

A SymbiFace II összes funkciója, amelyet a SymbOS CPC-portján hajtottak végre, így ezúttal a Prodatron ugyanezt teszi a hozzáadott jellemzőkkel.

Ez egy YouTube-videó, ahol a SymbiFace CPC szinte befejeződött.

Hans hozzáteszi ezt:

"A SymbiFace végső alakja a Vállalat számára attól függ, hogy mit szeretne, melyik IC-k fogják építeni.

A CPC firmware-je szinte készen áll a tesztelésre, úgy gondolom, hogy az Enterprise fejlesztése is rövid lesz.

Szükségem lesz egy csomó információra és segítségre van szüksége a Enterprise ROM-ok és alkalmazások írásában, de a CPC Z80 forráskódja a fejlesztőktől lesz elérhető.

Egy másik SD-kártyát is hozzá tudtam adni, és ha 2MB-os RAM nem annyira fontos, több memóriát tudok hozzáadni a Roms-hoz. Beállíthatom.

Én is eltávolíthatom az USB egeret, amint saját szabványod van, és ezek a változások esetleg olcsóbbá teszik a kártyát.

A cél az, hogy ne érjen el drágább, mint a jegyzett ár "

Hans azt akarja, hogy vitatkozzunk az eszközök elhelyezéséről vagy eltávolításáról a SymbiFace listán, még akkor is javasolhat más vagy másokat. A SymbiFace for Enterprise még teljesebb lehet, mint a CPC-verzió. Egy új projekt, amely kihasználja korábbi munkáját.

9
Interface / New Bus Expander, how to use it.
« on: 2019.January.21. 14:21:25 »
22562-0

I want to give you some recommendations of use for the Bus Expander on its second version, but if you find difficult to understand this, please ask Zozo about how to prepare the Bus Expander to work with your classic card expansions.

This card is a modern copy of the Hungarian made Bus Expander designed long ago by Gyula Mészáros, but with a particularity: by default the cards plugged in the slots will feed its +5v from the 7805 regulator fitted in the Bus Expander from pins 4A/B of the connector.

But all the classic Hungarian expansion cards have its own 7805 regulator and they will not work directly, so you have to do a modification on the bottom side of the Bus Expander. The slots come unconnected from +9v on the 33A/B pins of the connector, but there are a selector at the bottom side on every slot to permit this only joining two cooper pads with a drop of tin. Then, the modified slot will be only used for a classic expansion.

22560-1

Previously, you have to solder a DIL row of pins on the EDGE male connector of your classic card expansion. I will distribute the Bus Expansions only fitted with DIL connectors. But there are on the card holes to solder EDGE connectors, not provided by me.

The Enterprise power supply comes on +9v 2Amp or 1,3Amp variants, so, when all the equipment is connected, if you experience undulations on the screen, probably you need to connect a secondary power supply on the Bus Extension auxiliary power connector.

Also, every 7805 regulator can feed up to 1Amp of current, and this can be insufficient to feed the three slots when all of them being populated. This doesn't applies to slots modified for classic expansions as they produce its own +5v. The rear connector also doesn't count, it only feeds from +9v.

To overcome this I recommend to substitute the 7805 regulator that comes installed (the chip with screw and heat sink) with a 2Amp TracoPower regulator(I don`t recommend the 1Amp variant, of similar price):  https://hu.rs-online.com/web/p/kapcsolas-szabalyozo-es-kiegeszito/1616642/



The chip has the same pinout than the 7805, and I have used it for decades on my Enterprises without problems. This chip works at ambient temperature, is more energy efficient and doesn't burn your fingers...

On this second version of the Bus Expander, holes have been added to fit an array of 4,7K pull ups to the Data bus, to overcome some problems of shadow segments when a Ram expansion or Turbo mode are fitted to the computer. You can see the pads zone near the expansion connector.


10
Hardware / SymbiFace3 is near your Enterprise...
« on: 2018.October.27. 14:12:42 »
Hans Tillema, from TMTLogic, commited by Prodatron, is on the final stages of development of  an all in one card for CPC computers named SymbiFace in his third reincarnation.

It will have the following features:

"Do you think there is a demand for this card for the Enterprise?
will cost around € 89

2mb ram
512kb rom flasable
mp3
codec voip
tmtnet
rtc
oled
fat32 usb stick
usb mouse

and more.."

"I have forgotten
wifi
sd card for roms an internal storage"

11
Interface / Philips Music-Module MSX cartridge test
« on: 2018.September.04. 21:11:35 »
While I wait for the GFX-NINE graphics cartridge I have got another I/O MSX cartridge to play with.(only to demonstrate how well the M-Slot adapter works...)



As you can read on the MSX.org web page, this was an all-in-one music cartridge released for all the MSX computers.

Its features are :


 -   32KB of sampleRAM for the ADPCM unit
 -   MIDI interface (with IN/OUT/THRU connectors)
 -   Proprietary connector for music keyboard (NMS-1160)
 -   2 RCA mono Audio-out connectors
 -   built-in microphone (mono)
 -   1 RCA external microphone connector (mono)
 -   volume adjuster (sample volume)
 -   1 audio-in RCA connector (mono, to sample from a "line"-source)
 -   built in software (Music-BOX, CALL MUSICBOX)

Impressive, isn't it? but its main drawback is that it only outputs mono sound. Inside, it has the Yamaha Y8950,  sound processor installed. Here follow  the main specs:

-Realistic FM sound generator compatible with YM3526(OPL)
-Simultaneous play of 9 tones or 6 melodies
-AM vibrato
-4-bit ADPCM voice analysis/synthesis circuits(on other descriptions they say it is an 8 bit ADPCM)
-AD/DA converters
-Up to 256KB of Ram can be attached for ADPCM data storage(only 32KB installed on this cartridge)
-8 bit input/output ports for simple piano keyboard scanning.

Philips used to subcontract its products, and on its MSX range this module wasn't an exception. It was created by  Richard Watts Computers LTD(Music Sales LTD), who, commissioned by Commodore, also made a similar product for the C64.

It was sold only in Europe, but it  had great success.(Appears now and then on Ebay.)

Often it was offered in a bundle with a passive 61 keys piano keyboard(hollow, without added electronics). I have used a cheap Chinese toy piano to replicate its functions...  

It is a very big cartridge, the SE-ONE and GFX-NINE ones are only a little higher than the black zone in the case...

At the end of its Service Manual there is a MSX Basic listing to test its features. Is this program what I will translate to IS Basic to try its features more easily.

It uses ports 00, 01, 05, 10, C0 and C1.  00 and 01 can collide with the 'Meszaros' Serial card, scarce today. But 10 is a problem when the EXDOS interface is connected. 05, C0 and C1 are still unused.

Here is the MSX Basic listing as it comes in the manual:

12
Kijelző / GFX-NINE, betolakodó grafikus cartridge-ben
« on: 2018.August.16. 22:00:20 »
Ismét segítségre van szükségem a szöveg fordításában, kérlek ... Kösz Tutus, Geco.

----------

Again I need your aid translating the text, please.... Thanks Tutus and Geco.





Hamarosan megkapom az új TMTLogic MSX grafikus kártyát. Ezúttal nehezebb lesz Enterprise-ra dolgozni, mert ezt a vadállatot teljesen IN és OUT Z80 parancsokkal kell programozni. Mivel már rendelkezem az M-Slot-tal, ezért nem kell küzdenem azzal, hogy hogyan tudom csatlakozni a számítógéphez ... Van egy régi V9990 könyvtár amely segíthet nekünk új programokat készíteni..

A GFX-NINE kártya története hasonló z SE-ONE-éhoz, ez egy klónja szintén a Sinrise által tervezett kártyának, a Sunrise Svéd és Dán MSX fejlesztők csoportja a 90-es évek közepéből, a kártyan GFX-9000 néven futott, ez volt az utolsó amatőrök által elkövetett hardver fejlesztés MSX-re, amikor az Amigák, és az Atari ST-k uralkodtak.

A történet szerint a Yamaha V9990 chip a "butított" verziója a V9978-nak, a VDP chipet (Video Display Processor) az MSX3-hoz tervezték, amely sose látta meg a napvilágot.

A Yamaha V9990 evaluation boards-ot MSX-hez és PC-hez ajánlották.

Saját szemszögemből ez a chip teljes kudarca volt a Yamah-nak, mivel nem találtam semmilyen eszközt, amit e köré építettek volna, kivéve ezt a fajta bővítő cartridge-et. Nem meglepő, könnyű teljesen új chipeket találni kínában.

Sunrise saját GFX-9000 kártyáját az Evaluation board "butított" verziójának tervezt, ahogy ebből kiderül: early document

Ami érdekel ezekben a spéci MSX kártyákban, az, hogy hatékonyan működnek EP-n, és támogatottak a SymbOS (Prodatron) által már a kezdetektől.
A SymbOS-nek V9990 verziója is létezik MSX-re, és tavaly óta béta verziója CPC-re.
Most itt a lehetőség, hogy saját V9990-es SymbOS-unk legyen, a LEGGYORSABB, ha 10MHz-es Enterprise-on fut...

A luxus SE-ONE-on Hans nem csupán lemásolta a kártyát, hanem a leküzdötte a felmerülő áramköri problémákat is, és át is tervezte, hogy alacsony profilú dobozba is beférjen.

Mondhatják "ez már többé nem Enterprise", de úgy gondolom, hogy szeretett gépünk ilyen erős lehetne, új, és régi egyszerre.

13
Interface / GFX-NINE, the intruder graphics cartridge
« on: 2018.August.16. 20:23:20 »


Soon I will receive the new TMTLogic MSX graphics cartridge. This time it will be harder for me to make it work on the Enterprise, because this beast has to be programmed entirely by IN and OUT Z80 commands. At least I already have the M-Slot, so I don't have to struggle thinking how to connect it to our computer... There is an old V9990 library that can aid us to make new programs.

The story of this GFX-NINE cartridge is similar to the story of the SE-ONE, it is a clone of a cartridge also designed by Sunrise, a group of Swish and Dutch MSX developers on mid 90s.  Its name was GFX-9000, and was the last amateur attempt to update the MSX hardware on times where the Amigas and Atari STs where the sovereigns.

The legend says that the Yamaha V9990 chip is a cut-down version of the V9978, the VDP chip (Video Display Processor) designed for the MSX3 series of computers, never released.

Yamaha offered evaluation boards of the chip for MSX and PC systems.

From my own point of view, this chip was a total failure for Yamaha, as I haven't found any device  built around it except this type of add-on cartridges. Not surprisingly it is easy to find full batches of new chips on China.

Sunrise made their GFX-9000 cartridges as cut-down versions of the Evaluation boards, as can be  understood from this early document.

My interest with this special type of MSX cartridges is that they effectively work on an Enterprise, and secondly that they where supported by Prodatron from the first time. There is a V9990 version of SymbOS for MSX computers and, since the last year, a beta for the CPC series. Now it is possible to have our own V9990 version of SymbOS, the fastest, if run on a 10Mhz Enterprise....  

As on the luxurious SE-ONE, Hans has not merely copied the Sunrise cartridge, he has overcome the problems of the circuits with a logic analyser, also redesigning the card to fit on a  low profile case.

Somebody can say, "this will be no more an Enterprise", but I think the contrary, our loved computer can be this powerful, new and old at the same time.

14
Hardver / M-Slot (MSX konverter kártya)
« on: 2018.July.06. 01:55:52 »
Itt kezdődik egy olyan téma, amely már létezik a fórum angol oldalán.

Először is tudnia kell, hogy a Z80 processzoron alapuló egyéb számítógépek többet osztanak, mint amennyit ugyanazt az architektúrát feltételez.

A memória hozzáférés egészen más lehet, például MSX, CPC, Spectrum vagy Enterprise számítógépek, de a Z80 a rendszer bővítésével kommunikál ugyanazon portrendszeren keresztül.

Nagyon szerencsések vagyunk, hogy az MSX számítógépek csak az első 256 port címét használják, mint az Enterprise,
és hogy számos nagyon érdekes MSX patron olyan portcímeket használ, amelyeket egyetlen klasszikus Enterprise bővítés sem használ.

Az érdekes dolog az, hogy a SymbOS létrehozója, a Prodatron támogatást nyújtott néhány patronhoz az MSX verzióban, és ez a kód szerepel az Enterprise operációs rendszer verziójában.

Előzményekként megemlíthetjük, hogy a Prodatron tavaly megbízta az MSX patronok CPC verzióinak létrehozását, például a GFX9000 cart vagy az MP3 cart, mindkettőt a Sunrise-nek, kivéve az MSX patronok számítógépes CPC-hez való közvetlen illesztését.

----------------------------

Here begins a topic that already exists on the English page of the forum.

First, you need to know that other computers based on the Z80 processor share more than you assume the same architecture.

Memory access can be quite different, for example, on MSX, CPC, Spectrum or Enterprise computers, but the Z80 communicates with the extensions hardware using the same port system.

We are very lucky that MSX computers only use the first 256 port addresses as Enterprise does, and that a number of very interesting MSX cartridges use port addresses that are unused by any of the classic Enterprise Enhancements.

The interesting thing is that the SymbOS creator, Prodatron, has provided support for some cartridges in the MSX version, and this code is included in the Enterprise operating system version.

In the past year, Prodatron has commissioned the creation of CPC versions of MSX cartridges, such as the GFX9000 cart or the MP3 cart, both from Sunrise, and also an adapter of MSX cartridges to CPC bus expansion.

15
Maintenance / Bad cut on the Expansion Connector
« on: 2018.June.22. 11:58:58 »
Just because I am actually testing the bus expanders, I have discovered one more perturbing error on my second Enterprise.

I already found other error on the rear connectors of the same unit some time back.

Observe these pictures:

21309-0
21311-1

You can realize that the cut of the board is displaced at least a milimeter to the rear in this unit. In the past this prevented the correct operation of the Bridge connector+Hardware Spectrum emulator on this Computer, but then I used to think that it was by other causes, because some times it worked flawlesly(it touched correctly the pins).

The solution is easy, the bus expander for this unit has to be trimmed at the sides to adapt it to the error. But then it will no longer be interchangeable...

Sorry, bad pictures...

Pages: [1] 2 3 4 5