Search found 1704 matches
- Thu Dec 05, 2024 12:40 pm
- Forum: Technical questions
- Topic: My Oric Clone - a problem with the keyboard
- Replies: 25
- Views: 855
Re: My Oric Clone - a problem with the keyboard
Indeed! Good measure results needed at first place.
- Thu Dec 05, 2024 11:58 am
- Forum: Technical questions
- Topic: My Oric Clone - a problem with the keyboard
- Replies: 25
- Views: 855
Re: My Oric Clone - a problem with the keyboard
Why not just use 74(LS)04 or 74(LS)14 ?
It can be placed on the keyboard PCB too and eliminate the transistor. It's worth also to try HCT IC's.
If the transistor is a "must" then I would try (so called) digital transistors.
It can be placed on the keyboard PCB too and eliminate the transistor. It's worth also to try HCT IC's.
If the transistor is a "must" then I would try (so called) digital transistors.
- Mon Dec 02, 2024 11:26 am
- Forum: Hardware hacks and extensions
- Topic: Loci - my Oric storage emulation project
- Replies: 879
- Views: 323168
Re: Loci - my Oric storage emulation project
I've quickly tested 0.2.1/0.2.3 and it works! :) (updated raxiss.com ). Spotted minor things: - image selection: are "DEL-press" and "eject button" equivalent in regard of their action? - power cycle required (no way to activate LOCI rom menu again) - to reproduce: power-on, acti...
- Sun Dec 01, 2024 8:12 pm
- Forum: Painting tricks
- Topic: LOCI ULA snooping - best pattern
- Replies: 14
- Views: 1104
Re: LOCI ULA snooping - best pattern
Hm, I think you really nailed it: 83,84,85,86!
- Sun Dec 01, 2024 7:19 pm
- Forum: Painting tricks
- Topic: LOCI ULA snooping - best pattern
- Replies: 14
- Views: 1104
Re: LOCI ULA snooping - best pattern
Amazing info! Now it's cristal clear. About the pattern: I think the most non-sense one is to have any combination of 3 consecutive mode-attribute bytes and the 4th is current detected mode. :D For instance let's suppose the current mode is T50 (#1A) then the pattern can be: H50,H60,T60,T50. I think...
- Sat Nov 30, 2024 10:37 pm
- Forum: Painting tricks
- Topic: LOCI ULA snooping - best pattern
- Replies: 14
- Views: 1104
Re: LOCI ULA snooping - best pattern
@Sodiumlightbaby: I have a questions: :) - What is the full range of addresses that ULA uses to generate video? The memory refresh of DRAMs uses rows (i.e. during RAS all low 8-bits $xx00-$xxFF should appear successively on the '257-muxer inputs) but what range is used during CAS? - What addresses r...
- Thu Nov 28, 2024 9:40 pm
- Forum: Hardware hacks and extensions
- Topic: Loci - my Oric storage emulation project
- Replies: 879
- Views: 323168
Re: Loci - my Oric storage emulation project
Just a note: LOCI runs CP/M for Oric too!
I have made lot fixes and updates in the Oric sources but didn't committed the changes yet.
btw, IMHO it's time to open new thread for common discussions, wishes and dreams not directly related to the main development and testing ...
I have made lot fixes and updates in the Oric sources but didn't committed the changes yet.
btw, IMHO it's time to open new thread for common discussions, wishes and dreams not directly related to the main development and testing ...
- Thu Nov 28, 2024 11:21 am
- Forum: Hardware hacks and extensions
- Topic: Loci - my Oric storage emulation project
- Replies: 879
- Views: 323168
Re: Loci - my Oric storage emulation project
1. Oric peripherals initialization : as rule all peripheral chips (VIAs, PIAs, etc.) with bi-directional ports after power-on/reset are set as INPUTs. AY doesn't make exception, so don't forget to take care for it too - the result is not working keyboard: lda #$07 ; set i/o port on 8912 to output ld...
- Fri Nov 15, 2024 11:33 pm
- Forum: Technical questions
- Topic: Retro Computer Shack SCART/Peritel cable
- Replies: 17
- Views: 5393
- Fri Nov 15, 2024 10:43 pm
- Forum: Technical questions
- Topic: Retro Computer Shack SCART/Peritel cable
- Replies: 17
- Views: 5393
Re: Retro Computer Shack SCART/Peritel cable
@Symoon: Indeed, the SYNC connection is broken!
See the picture with pin numbers and description.
You need just to connect the SYNC wire to pin 20 - soldering recommended
but crimping with pliers should do the job too.
See the picture with pin numbers and description.
You need just to connect the SYNC wire to pin 20 - soldering recommended
but crimping with pliers should do the job too.
- Wed Nov 13, 2024 10:22 pm
- Forum: Emulators
- Topic: Oricutron minimal specs
- Replies: 26
- Views: 6788
Re: Oricutron minimal specs
Oricutron can be build with both 1.x and 2.x SDL versions. I'm using Makefile based build. For SDL 1.x (SDL 1.2.15 is the last version and it's forever): make PLATFORM=win32-gcc SDL_LIB=sdl for SDL 2.x: make PLATFORM=win32-gcc SDL_LIB=sdl2 (for 64 bit target change 32->64). You can check the 'msvc' ...
- Fri Nov 08, 2024 9:33 am
- Forum: Emulators
- Topic: Oricutron minimal specs
- Replies: 26
- Views: 6788
Re: Oricutron minimal specs
So, Oricutron, Clock Signal, emul8D - three emulators for Oric, not bad ...
- Wed Nov 06, 2024 2:08 pm
- Forum: General Discussion
- Topic: Interview (in French)
- Replies: 10
- Views: 2402
Re: Interview (in French)
Nice interview, congrats @Dbug!
My French is below zero but I really understood every slide in your powerpoint presentation (you posted it on X the other day) - and this is without any my effort to learn French, just playing with Oric games and software.
My French is below zero but I really understood every slide in your powerpoint presentation (you posted it on X the other day) - and this is without any my effort to learn French, just playing with Oric games and software.
- Tue Nov 05, 2024 8:21 am
- Forum: Hardware hacks and extensions
- Topic: Loci - my Oric storage emulation project
- Replies: 879
- Views: 323168
Re: Loci - my Oric storage emulation project
bit offtopic: Indeed, the snooping is too good!Sodiumlightbaby wrote: ↑Mon Nov 04, 2024 4:31 pm... paradoxically the fixed ULA vmode snooping may be too good ... during VBLANK
If we make the mode byte to be accessible through the LOCI-API we can do VSYNC hack for free
- Fri Nov 01, 2024 2:46 pm
- Forum: Hardware hacks and extensions
- Topic: Loci - my Oric storage emulation project
- Replies: 879
- Views: 323168
Re: Loci - my Oric storage emulation project
Can do but it's not all loci's that are having an issue. so it's a bit hit and miss. Yeah just tested mine and it works with my V1.0 ROM fitted @ Vyper68 : Read the whole discussion HERE for details about different UV-EPROM's and mask programmed (i.e. factory) PROM's. There is proper way to use any...