Search found 41 matches

by axelb
12 Feb 2023, 22:17
Forum: Hardware and software hacking
Topic: ROM adventures (dev7rom)
Replies: 32
Views: 12055

Re: ROM adventures

The v6— option worked fine for me - thank you !
by axelb
11 Feb 2023, 22:17
Forum: Hardware and software hacking
Topic: ROM adventures (dev7rom)
Replies: 32
Views: 12055

Re: ROM adventures

When trying to compile your system.gt1 with glcc 2.1 the linker complains about
glink: loaderasm.s:126: fatal error: name '_BMOV' is not defined

Do you suggest to change the loaderasm.s or to insert

Code: Select all

module_dict['_BMOV'] = _MOVM
into glink.py as it was done previously ?
by axelb
10 Jan 2023, 22:18
Forum: Hardware and software hacking
Topic: SDCard Browser for the RAM & IO expansion SPI port.
Replies: 3
Views: 2318

Re: SDCard Browser for the RAM & IO expansion SPI port.

I recompiled the system.gt1 for ROMvX0 and put it to my fork of the gigatron-os repository:

https://github.com/axelb68/gigatron-os/ ... system.gt1
by axelb
22 Dec 2022, 07:42
Forum: Hardware and software hacking
Topic: ROMvX0
Replies: 21
Views: 4662

Re: ROMvX0

Are you able to right click on a .gt1 file within the emulator and upload the .gt1 file to the first working Gigatron through the BabelFish/Arduino interface? Yes, combining the pluggy reloaded and the new emulator works correctly when right clicking on a gt1! In the meantime I found out that my Ar...
by axelb
20 Dec 2022, 07:38
Forum: Hardware and software hacking
Topic: ROMvX0
Replies: 21
Views: 4662

IO expansion & Arduino UNO

I am testing the new ROM on two different GIGATRON systems. One is equipped with the pluggy reloaded which works fine with the new Babelfish.ino and the gtemuAT67_WIN10_x64.exe of the repository! However, my second system is equipped with a Gigatron RAM and IO expansion. When trying to boot from SD ...
by axelb
15 May 2022, 06:24
Forum: Hardware and software hacking
Topic: Memory detection
Replies: 12
Views: 2852

Re: Memory detection

Works perfectly with my 486 cache RAM!
by axelb
02 Feb 2022, 07:49
Forum: Hardware and software hacking
Topic: Gigatron 512k and more
Replies: 36
Views: 16160

Re: Gigatron 512k and more

Very impressive ! Where do you capture the banking information (address 4d)? Is it done somewhere in the libraries or directly by the CLPD?
Also the Z register concept for providing far pointers sounds very exciting. In your description above do you actually mean ld([Y,X]) will become ld([Z,Y,X]) ?
by axelb
26 Jan 2022, 07:39
Forum: Hardware and software hacking
Topic: 6Bit audio:
Replies: 33
Views: 21518

Re: 6Bit audio:

I used a sine wave in waveform 2 as in your Music64k example ! The main improvement in respect to sound quality is certainly due to the better resolution of the DAC. An audible difference between 6 and 8 bit may depend on the sound sample preparation, though. In addition low-pass filtering on the au...
by axelb
23 Jan 2022, 11:47
Forum: Hardware and software hacking
Topic: 6Bit audio:
Replies: 33
Views: 21518

Re: 6Bit audio:

In order to test our 8 bit DAC I played a bit with at67’s miditones / gtmidi / gtbasic toolchain.
The following sample was recorded from the output of the audio module by means of Audacity for Windows
audio 6 bit.mp3
(346.79 KiB) Downloaded 205 times
This is the standard output of the Gigatron for comparison:
audio 4 bit.mp3
(367.26 KiB) Downloaded 186 times
by axelb
20 Jan 2022, 07:34
Forum: Hardware and software hacking
Topic: Gigatron 512k and more
Replies: 36
Views: 16160

Memory Banking Scheme

Would it be possible to provide a banking of the standard video memory 0x0800-0x7fff, whilst preserving the range from 0x0000 to 0x07ff ? This should allow for a quick switch between two screens if a program resides in the range 0x8000-0xffff. In addition a 12.5 MHz Gigatron could potentially combin...