Se encontraron 170 coincidencias
- 03 Ene 2021, 14:49
- Foro: Presentaciones / Introduce yourself
- Tema: 25 Years in the Spectrum Scene
- Respuestas: 1
- Vistas: 98
25 Years in the Spectrum Scene
I thought I'd already posted in this forum, but apparently not. I used to do Spectrum stuff. Doing a retrospective on it right now: https://www.facebook.com/chevsstuff Although I'm not part of the Uno team, I have contributed a lot of ideas that made it into the ZX Spectrum core over the years. I'm ...
- 02 Dic 2020, 12:13
- Foro: Accesorios / Accesories
- Tema: Tirada de addon WIFI para ZX-Uno ¡Única oportunidad!
- Respuestas: 37
- Vistas: 1507
Re: Tirada de addon WIFI para ZX-Uno ¡Única oportunidad!
Comentar que además de las utilidades mencionadas, para usuarios, hay una utilidad que puede ser útil para desarrolladores que hacen su cóigo fuera de ZXUNO y quieren verlo funcionar en él. Se trata de un pequeño "dot command" para ESXDOS llamado WLOAD, que permite recibir desde la red un binario e...
- 01 Dic 2020, 19:43
- Foro: Accesorios / Accesories
- Tema: Tirada de addon WIFI para ZX-Uno ¡Única oportunidad!
- Respuestas: 37
- Vistas: 1507
Re: Tirada de addon WIFI para ZX-Uno ¡Única oportunidad!
I'll take one.
- 03 Nov 2020, 16:21
- Foro: Preguntas y peticiones / Questions and requests
- Tema: What format do you use for 4GB or larger SDCARD for ZX-UNO?
- Respuestas: 3
- Vistas: 256
Re: What format do you use for 4GB or larger SDCARD for ZX-UNO?
I only use cores that support VGA/FAT32.
- 13 Oct 2020, 18:27
- Foro: Proyectos de la comunidad / Community projects
- Tema: Chloe 280SE
- Respuestas: 19
- Vistas: 8582
Re: Chloe 280SE
Just a small update to let you know that the Facebook group is now open to anyone who would like to join:
https://www.facebook.com/groups/280se/
https://www.facebook.com/groups/280se/
- 07 Oct 2020, 20:36
- Foro: Core ZX Spectrum
- Tema: ATM-Turbo 2/2+/3
- Respuestas: 14
- Vistas: 841
Re: ATM-Turbo 2/2+/3
Turbo Pascal is in src/tp/, NedoLang and NedoAsm in src/nedolang/, NedoBasic in src/basic/ (it's very simple). I should learn more about SE Basic IV :) Are there tests for it? And a compiler for its dialect? NedoBasic has no compiler and no practical use so far. http://cheveron.github.io/sebasic4/ ...
- 06 Oct 2020, 15:12
- Foro: Core ZX Spectrum
- Tema: ATM-Turbo 2/2+/3
- Respuestas: 14
- Vistas: 841
Re: ATM-Turbo 2/2+/3
This is BDS C: src/bdsc/ The examples provided: ex.c - gfx lib test (just draw a couple of pixels) concat.c to concat files cut.c to cut files (I wrote it tonight in my stream https://www.youtube.com/watch?v=Kw8_Jn-jiSs ) L2.c - alternative linker (I have not tried it yet) The original linker (clin...
- 04 Oct 2020, 12:13
- Foro: Core ZX Spectrum
- Tema: ATM-Turbo 2/2+/3
- Respuestas: 14
- Vistas: 841
Re: ATM-Turbo 2/2+/3
I had a look in the source tree but I couldn't locate the C compiler.
- 29 Sep 2020, 11:44
- Foro: Firmware
- Tema: SE Basic IV 4.2 Cordelia
- Respuestas: 53
- Vistas: 28170
Re: SE Basic IV 4.2 Cordelia
Release 200930 (Iggy) will be publicly available tomorrow from https://www.patreon.com/chloe280se This release drops support for the rev2.x series of ZX Unos. Havin said that, although it's unsupported, it should still work. I'm just not testing against it any more because the MIDI module won't work...
- 28 Sep 2020, 15:07
- Foro: Core ZX Spectrum
- Tema: ATM-Turbo 2/2+/3
- Respuestas: 14
- Vistas: 841
Re: ATM-Turbo 2/2+/3
I think it could be done. Is there source available for the native Pascal and C compilers you mentioned?