Se encontraron 43 coincidencias

por SevenFFF
20 Feb 2018, 22:47
Foro: Accesorios / Accesories
Tema: DAC 18 bits (VGA) + Wifi
Respuestas: 34
Vistas: 29167

Re: DAC 18 bits (VGA) + Wifi

I also tried with https://github.com/yomboprime/zxuno-add ... /COREn.ZX1, this doesn't boot either :(
por SevenFFF
20 Feb 2018, 22:11
Foro: Accesorios / Accesories
Tema: DAC 18 bits (VGA) + Wifi
Respuestas: 34
Vistas: 29167

Re: DAC 18 bits (VGA) + Wifi

Good luck :ordenata: I needed it! I updated CORE31.ZX1 with this . Is it the correct core? Now it doesn't boot. I get a repeated bios boot screen screen and red LED, every 5 secs. There is no error message. It's the first time I updated an alternate core, but it said it worked successfully. How can...
por SevenFFF
20 Feb 2018, 19:10
Foro: Accesorios / Accesories
Tema: DAC 18 bits (VGA) + Wifi
Respuestas: 34
Vistas: 29167

Re: DAC 18 bits (VGA) + Wifi

Thanks yombo. I will try first with your Test_24 in an alternate core. My project needs EXP25 or above, so I will need to build EXP25 or EXP26 eventually :)
por SevenFFF
20 Feb 2018, 07:23
Foro: Accesorios / Accesories
Tema: DAC 18 bits (VGA) + Wifi
Respuestas: 34
Vistas: 29167

Re: DAC 18 bits (VGA) + Wifi

THanks Antonio! I haven't had time to try compiling the core yet. I will probably have some questions when I do :)
por SevenFFF
19 Feb 2018, 19:50
Foro: Accesorios / Accesories
Tema: DAC 18 bits (VGA) + Wifi
Respuestas: 34
Vistas: 29167

Re: DAC 18 bits (VGA) + Wifi

Is that pins 10/11/12 of J10?
por SevenFFF
19 Feb 2018, 19:30
Foro: Accesorios / Accesories
Tema: DAC 18 bits (VGA) + Wifi
Respuestas: 34
Vistas: 29167

Re: DAC 18 bits (VGA) + Wifi

Awesome, thank you azesmbog!
por SevenFFF
19 Feb 2018, 17:12
Foro: Accesorios / Accesories
Tema: DAC 18 bits (VGA) + Wifi
Respuestas: 34
Vistas: 29167

Re: DAC 18 bits (VGA) + Wifi

What would be the easiest way of getting direct access to the UART without wifi? I would like to connect a 3v3 USB FTDI cable (something like this ) to the Uno, compile a UART into the ZX core, and do some remote debugging. Can I use the core that's been modified modified for Antonio's wifi board, w...
por SevenFFF
09 Feb 2018, 17:02
Foro: Core ZX Spectrum
Tema: EXP26 is ready for you to test
Respuestas: 55
Vistas: 46807

Re: EXP26 is ready for you to test

I agree changelogs are pain to do. They way I handle it is doing microcommits to source control, so I can pretty much write my changelogs from those - just changing the language from dev-centered to user centered where necessary. I can see they would be very useful for César, as he is trying to trac...
por SevenFFF
06 Feb 2018, 16:40
Foro: Software
Tema: ZXUNO - Editor de paletas [terminado]
Respuestas: 16
Vistas: 15293

Re: ZXUNO - Editor de paletas [terminado]

Nice tools! I have been fiddling around with my own tool that lets you work with an entire screen in context, and accommodates RADASPALBANK switches on the raster interrupt. Needs a lot more work, as it currently relies on photoshop etc to generate the initial indexed image. The export format is opt...
por SevenFFF
28 Ene 2018, 18:26
Foro: Software
Tema: ¿Cómo funcionan/se pueden deshabilitar las traps de divide/divmmc?
Respuestas: 8
Vistas: 6758

Re: ¿Cómo funcionan/se pueden deshabilitar las traps de divide/divmmc?

I need to write some allram code soon. What's the best way? Isolate the trapped addresses, and organise your routines so there is a gap there, and/or jump over the trapped addresses?