Search found 4464 matches

by Dbug
Tue Feb 09, 2010 10:47 pm
Forum: Emulators
Topic: Oricutron v0.1 (now 0.8)
Replies: 187
Views: 198094

For Quintessential issue with samples, the code during the DTS part looks like that: Flip: PHA ; $0000 LDA #$08 STA $030F STX $030C LDA #$266C ; Ptr Sample STA $2F ; ->Byte+1 AND #$0F STA #$0F LDA #$FD STA $030C STA $030C LDA #$25 ; ->Flop STA $FFFE LDA #$304 PLA RTI Flop: PLA ; $0025 LDA #$09 STA $...
by Dbug
Tue Feb 09, 2010 9:57 pm
Forum: General Discussion
Topic: Breakpoint 2010
Replies: 1
Views: 4761

Giving the link could help, petit scarabé :)

http://breakpoint.untergrund.net
by Dbug
Tue Feb 09, 2010 9:54 pm
Forum: Emulators
Topic: Oricutron v0.1 (now 0.8)
Replies: 187
Views: 198094

Jede: Only the end sample is using the SR
The two sample sequences (DTS and 20th century) are just normal 4 bit sample using the fast dual IRQ system.
by Dbug
Tue Feb 09, 2010 8:57 pm
Forum: 6502 assembly coding
Topic: Line routine - Second attempt
Replies: 66
Views: 103549

I need to find a way to make the deleted and moved stuff to not appear in the depot anymore.

That's disturbing :(
by Dbug
Tue Feb 09, 2010 8:50 pm
Forum: Emulators
Topic: VIA shift register
Replies: 8
Views: 12729

To my knowledge, the local Shift Register expert is Twilighte.

He has some code that runs on the real orics that uses the SR to play music faster.
by Dbug
Mon Feb 08, 2010 6:24 pm
Forum: Emulators
Topic: Oricutron v0.1 (now 0.8)
Replies: 187
Views: 198094

Then you should release a new build so we can all enjoy it :)

For the samples, are you using a linear or log volume table?
by Dbug
Sun Feb 07, 2010 3:11 pm
Forum: Mags and books
Topic: All the issues of Micr'oric are now on Defence Force
Replies: 8
Views: 19000

I only checked one random one on each site, one had very nice high res color scans, the other one had smaller resolution scans.
by Dbug
Sun Feb 07, 2010 12:29 pm
Forum: Mags and books
Topic: All the issues of Micr'oric are now on Defence Force
Replies: 8
Views: 19000

There was better quality scans on Abandonware-Magazines, but I don't have the software to convert jpg to pdf. Tried one that miserably fucked up my system.

Guess we can do a pass of cleaning/improvement later on :)
by Dbug
Sat Feb 06, 2010 10:10 pm
Forum: Emulators
Topic: Oricutron v0.1 (now 0.8)
Replies: 187
Views: 198094

Looks good :)

Just one question, is there a reason why the "screen" borders are dark blue instead of black ?
by Dbug
Sat Feb 06, 2010 4:40 pm
Forum: Mags and books
Topic: All the issues of Micr'oric are now on Defence Force
Replies: 8
Views: 19000

All the issues of Micr'oric are now on Defence Force

Thanks to François Schuler I've been able to collect the 10 issues of Micr'Oric, they can be downloaded on the Oric Library: http://www.defence-force.org/computing/oric/library/lib_magazine/microric/index.htm The files are not compressed, they are direct links to PDF, the reason is that it makes it ...
by Dbug
Sat Feb 06, 2010 12:35 pm
Forum: Mags and books
Topic: Some books doc not available here are available there
Replies: 6
Views: 16843

Ok, yesterday I sent a mail to the author of Stratix asking if we could do some data exchanges, and in particular if I could copy the missing books and magazines from his site and put tem on the Oric Library on Defenc Force, he answered: Cher Mickaël, Je vous remercie pour l'intérêt que vous portez ...
by Dbug
Fri Feb 05, 2010 9:59 pm
Forum: Mags and books
Topic: Micr'Oric Nº6.
Replies: 3
Views: 12031

Here it is, Micr'Oric number 6:
http://www.defence-force.org/computing/ ... /index.htm

Thanks :)
by Dbug
Fri Feb 05, 2010 8:35 pm
Forum: 6502 assembly coding
Topic: Line routine - Second attempt
Replies: 66
Views: 103549

By the way, you can join us on IRC, chanel #oric on ircnet :)
by Dbug
Fri Feb 05, 2010 7:36 pm
Forum: 6502 assembly coding
Topic: Line routine - Second attempt
Replies: 66
Views: 103549

You are welcome trying to optimize the existing line routine. Just add a new "line_chunk.s", add a section in "main.c" to run it, and let's extend the test with your chunk code :) I have two problems: 1. no setup to test 2. not enough knowledge about the Oric hardware, especiall...
by Dbug
Fri Feb 05, 2010 6:52 pm
Forum: 6502 assembly coding
Topic: Line routine - Second attempt
Replies: 66
Views: 103549

You are welcome trying to optimize the existing line routine.

Just add a new "line_chunk.s", add a section in "main.c" to run it, and let's extend the test with your chunk code :)