Search found 1652 matches

by ibisum
Tue Apr 16, 2024 10:34 am
Forum: Hardware hacks and extensions
Topic: CUmini - my Oric storage emulation project
Replies: 58
Views: 2401

Re: CUmini - my Oric storage emulation project

Its really fun to check in and catch up on your progress, so I hope we get more updates with the new branch as well .. One thing that has always been a bit of a 'nag' in my mind, about Oric storage solutions, is that a lot of them use external MCU's which are quite powerful, of course, and give the ...
by ibisum
Mon Apr 15, 2024 1:37 pm
Forum: Hardware hacks and extensions
Topic: CUmini - my Oric storage emulation project
Replies: 58
Views: 2401

Re: CUmini - my Oric storage emulation project

True, but I don't think there's anything timing-/interrupt- related in the Oricutron code that would be relevant in the Arduino context - more that the special edge cases discovered in emulating other disc systems is at least documented with code - and some comments, at least ... see for example the...
by ibisum
Mon Apr 15, 2024 11:00 am
Forum: Games
Topic: Missing games from Oric.Org
Replies: 276
Views: 68396

Re: Missing games from Oric.Org

Can confirm, Snake Byte is a blast to play, has a quite arcade feel to it, and is indeed controlled by the I J K M directional keys .. which feel a bit uncomfortable after a bit, so I hope it gets a joystick hack ..
by ibisum
Mon Apr 15, 2024 10:52 am
Forum: Hardware hacks and extensions
Topic: CUmini - my Oric storage emulation project
Replies: 58
Views: 2401

Re: CUmini - my Oric storage emulation project

Hey, I just wanted to point out that you can get a great understanding of the various Oric disc peculiarities through the Oricutron emulator project, which after all .. got there a bit before you .. and had to work this stuff out as well: https://github.com/pete-gordon/oricutron.git Pretty fun code,...
by ibisum
Sun Apr 14, 2024 9:20 am
Forum: Games
Topic: The Inufuto games thread
Replies: 9
Views: 1659

Re: The Inufuto games thread

Inufuto is the greatest of all time, bar none. This is exciting, off to fire up a real Oric and see whats up ..

EDIT: oh, its delightful, what a wonder to have that "new software for the Oric" thrill ..
by ibisum
Sun Apr 07, 2024 4:05 pm
Forum: Games
Topic: Missing games from Oric.Org
Replies: 276
Views: 68396

Re: Missing games from Oric.Org

coolman66 wrote: Fri Apr 05, 2024 8:14 pm Snakebyt a ver nice game .SNAKEBYT.tap
What are the keys for this, I couldn't work it out ..
by ibisum
Thu Mar 28, 2024 3:29 pm
Forum: Hardware hacks and extensions
Topic: CUmini - my Oric storage emulation project
Replies: 58
Views: 2401

Re: CUmini - my Oric storage emulation project

Goodness!

Contiki-like OS for the Oric says whaaa!

(*ahem* I meant 8-bit Unity OS, *ahem*...)


https://github.com/8bit-Dude/8bit-Unity ... ouse.c#L58
by ibisum
Sat Mar 23, 2024 12:30 pm
Forum: Hardware hacks and extensions
Topic: CUmini - my Oric storage emulation project
Replies: 58
Views: 2401

Re: CUmini - my Oric storage emulation project

I'd say its highly interesting already, especially if that USB-C means we're going to be able to add peripherals, somehow ...
by ibisum
Sat Mar 23, 2024 1:31 am
Forum: Hardware hacks and extensions
Topic: CUmini - my Oric storage emulation project
Replies: 58
Views: 2401

Re: CUmini - my Oric storage emulation project

Excellent work, thanks for the wonderful news about your project! For the display BOM cut, wouldn't you just need to have a boot ROM that can be used to mount .dsk's, load .tap's and so on, a la Erebus/Cumulus? Or did you have in mind to maybe have a serial line interface that could just give the Or...
by ibisum
Mon Mar 18, 2024 5:35 pm
Forum: Games
Topic: Missing games from Oric.Org
Replies: 276
Views: 68396

Re: Missing games from Oric.Org

Btw, the Monopoly you recently uploaded was written by my son Nick back in the day!
NICE!
by ibisum
Mon Mar 18, 2024 5:34 pm
Forum: C programming
Topic: Launch c program with parameters
Replies: 6
Views: 1193

Re: Launch c program with parameters

jacqu, if you figure this out, perhaps we could do a C implementation that could be plonked into the OSDK, as well? Its something I've often thought about, but never considered there wouldn't be a std arg parser in the C lib ..
by ibisum
Sun Mar 17, 2024 8:44 pm
Forum: Games
Topic: Upgrade Time: Encounter
Replies: 166
Views: 106573

Re: Upgrade Time: Encounter

It just looks so nice, Dbug, I can't wait to play it on a real Atmos. Your aesthetic treatment is very appealing - good solution on the non-paths. Hope you left some easter eggs though .. ;)
by ibisum
Tue Feb 27, 2024 9:37 pm
Forum: General Discussion
Topic: Where are these guys now?
Replies: 0
Views: 378

Where are these guys now?

Check out this great segment on the Oric-1 from the "80's Computer Boom (TV Eye 1983) television program: https://www.youtube.com/watch?v=-C7Me77gCmA&t=219s I wonder where these kids are now? Anyone recognize them? Their attitude about the Oric-1 is so salient and coherent .. very fun to re...
by ibisum
Sun Feb 18, 2024 11:15 pm
Forum: C programming
Topic: Multi-Key Handling
Replies: 19
Views: 17981

Re: Multi-Key Handling

Awesome tutorial, Dbug! .TAP link at the end doesn't work .. but sure is great to have the sources to understand this better. THANKS for doing this!