Search found 774 matches

by Godzil
Thu Jan 24, 2013 11:38 pm
Forum: 6502 assembly coding
Topic: Post the fun code you found!
Replies: 4
Views: 13051

Re: Post the fun code you found!

That's true that the 6502 does not have a BRA (Branch Always) like instruction, anyway, PIC was not really the in thing at the time, maybe the code was made by hand and not using an assembler, but personally, it's easier to provide the good address of an instruction than calculate the offset to appl...
by Godzil
Tue Jan 22, 2013 2:21 am
Forum: 6502 assembly coding
Topic: Post the fun code you found!
Replies: 4
Views: 13051

Post the fun code you found!

As some already know, I'm playing with the disassembly of the various Jasmin ROM, and found some interesting assembly construction in the Jasmin ROM: LFE0D: dey ; FE0D 88 . cpy #$FF ; FE0E C0 FF .. beq LFE1B ; FE10 F0 09 .. lda LFE63,y ; FE12 B9 63 FE .c. sta L0400,y ; FE15 99 00 04 ... clc ; FE18 1...
by Godzil
Sat Jan 19, 2013 1:15 am
Forum: Tape and floppy disk converters
Topic: New tape fileformat (.ort)
Replies: 29
Views: 51393

Re: New tape fileformat (.ort)

Well, what would be a benefit would also if the code that read WAV would support all the variants of WAV, being mono, stereo, 8/16/24 bit per chanel, compressed or not. Because basically right now you can't just record with whatever tool you happen to have and save to whatever WAV format the tool u...
by Godzil
Sat Jan 19, 2013 12:43 am
Forum: Technical questions
Topic: How to install a 3" floppy drive on a modern pc?
Replies: 15
Views: 25975

Re: How to install a 3" floppy drive on a modern pc?

After some question/answer session with Torlus and Godzil on the IRC channel, I reach the conclusion that there are two future-proof ways of doing what I want: - Install a dedicated controller (like the Kryoflux, Catweasel, Ferret) and plug a slave 3" drive on it, use the software on the PC to...
by Godzil
Sun Dec 16, 2012 12:37 am
Forum: Games
Topic: Wurlde - Game Development Forum
Replies: 40
Views: 48394

Re: Wurlde - Game Development Forum

Twilighte wrote:Yes of course you may. Get the software from symoon as I made sure he had it I case I failed to make meeting :P
Thanks!
by Godzil
Mon Jul 09, 2012 8:10 am
Forum: General Discussion
Topic: Interesting Oric stuff on ebay.co.uk...
Replies: 11
Views: 13627

Re: Interesting Oric stuff on ebay.co.uk...

Looks like a homemade slave floppy drive
by Godzil
Sun Jul 01, 2012 10:11 pm
Forum: Games
Topic: Wurlde - Game Development Forum
Replies: 40
Views: 48394

Re: Wurlde - Game Development Forum

I was really impressed by the demo I saw during the last CEO's Visu, I would like to know if I could show it during a retrogaming convention in the end of this year?

The Convention is the RGC (RetroGaming Convention, cool name isn't it?) made by an association of the same name.
by Godzil
Sun Jul 01, 2012 7:31 pm
Forum: Cross development tools
Topic: Native OSDK for Linux and OSX possible?
Replies: 14
Views: 25872

Re: Native OSDK for Linux and OSX possible?

I'm working too on a "fork" of osdk for non window platform (Macos X, Linux, Unices...) the process is not really complicated, but really time consuming.. (and it will not binded to a specific IDE ;))
by Godzil
Tue Jun 19, 2012 10:34 am
Forum: Hardware hacks and extensions
Topic: Microdisc replacement project
Replies: 183
Views: 198321

Re: Microdisc replacement project

Oh! Cool, but there is only the gerber of the PCB, not the schematics :( (Anyway it's not unfeasable)

Thanks DBug
by Godzil
Sun Jun 17, 2012 1:03 pm
Forum: Hardware hacks and extensions
Topic: Microdisc replacement project
Replies: 183
Views: 198321

Re: Microdisc replacement project

Did he open his layout and sources? (I will check on his website)
by Godzil
Sat Jun 16, 2012 9:44 pm
Forum: General Discussion
Topic: Wanted: Microdisc System Disc
Replies: 16
Views: 20643

Re: Wanted: Microdisc System Disc

All of you want a microdisk?
by Godzil
Fri May 25, 2012 7:47 pm
Forum: General Discussion
Topic: EDOS machine
Replies: 6
Views: 9228

Re: EDOS machine

They did it too, with the Famicom Disk System. Some floppy games were sold as non rewritable, some floppy were sold empty, to buy or loan a game.
by Godzil
Thu Mar 29, 2012 8:41 pm
Forum: Hardware hacks and extensions
Topic: TAP/mulator
Replies: 18
Views: 27850

Re: TAP/mulator

Don't kill my hopes ;)


I've made a small logo (but it's not final) :
TAP_MULATOR-logo.png
TAP_MULATOR-logo.png (87.25 KiB) Viewed 21741 times
by Godzil
Wed Mar 28, 2012 4:02 pm
Forum: Hardware hacks and extensions
Topic: TAP/mulator
Replies: 18
Views: 27850

TAP/mulator

Today, I made the first step for one of my next project : TAP/mulator. * What is TAP/mulator? It's a Tape Emulator, currently aimed for the Oric 1/Atmos. TAP/mulator will use SD card as main storage device. For prototyping I'm using an arduino board, a breadboard and an the Arduino Ethernet shield t...
by Godzil
Tue Mar 06, 2012 5:38 pm
Forum: Demos
Topic: Concours de Speed Coding lors de l’AC2012
Replies: 7
Views: 21445

Re: Concours de Speed Coding lors de l’AC2012

I should be present at the AC2012, but not sure using the Oric as a platform for the SpeedCoding (the Oric seems a bit limited for such a game theme) I may use another 6502 related platform (the SNES) but it will depend on hardware disponibility.. (still not have the PCB for my flashcard.) Anyway, I...