Search found 1704 matches

by iss
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.
by iss
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. :)
by iss
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...
by iss
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! :)
by iss
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...
by iss
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...
by iss
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 ...
by iss
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...
by iss
Fri Nov 15, 2024 11:33 pm
Forum: Technical questions
Topic: Retro Computer Shack SCART/Peritel cable
Replies: 17
Views: 5393

Re: Retro Computer Shack SCART/Peritel cable

Symoon wrote: Fri Nov 15, 2024 10:53 pm Anyway I know how to fix this one now, thanks ;)
For Retrocomputer Shack cable check also if the ground wire (the shielding) is not broken.
Missing or bad ground can be the reason for such "unsynchronized" picture. :idea:
by iss
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.
IMG_5783b.jpg
by iss
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' ...
by iss
Fri Nov 08, 2024 9:33 am
Forum: Emulators
Topic: Oricutron minimal specs
Replies: 26
Views: 6788

Re: Oricutron minimal specs

Xeron wrote: Thu Nov 07, 2024 8:40 pm
ThomH wrote: Thu Nov 07, 2024 5:40 pm I had not realised that you were you!
Ahh, OK, yes it's me. I remember the very first time it booted to the BASIC prompt was on the train to work, for example :-)
So, Oricutron, Clock Signal, emul8D - three emulators for Oric, not bad ... :lol:
by iss
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. :lol:
by iss
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

Sodiumlightbaby wrote: Mon Nov 04, 2024 4:31 pm... paradoxically the fixed ULA vmode snooping may be too good ... during VBLANK
bit offtopic: Indeed, the snooping is too good!
If we make the mode byte to be accessible through the LOCI-API we can do VSYNC hack for free :D
by iss
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...