Search found 76 matches

by polluks
Mon Jan 21, 2019 12:11 am
Forum: Cross development tools
Topic: Questions to CC65 users
Replies: 7
Views: 9462

Re: Questions to CC65 users

NekoNoNiaow wrote: Tue Jan 15, 2019 2:33 am - Are there ways to put variables in the zero page? The OSDK compiler apparently is aware of the zero page but it does not seem to offer any way to share it or control it explicitly.
cc65 uses

Code: Select all

#pragma zpsym (<name>)
by polluks
Tue Jul 24, 2018 1:05 pm
Forum: Mags and books
Topic: Oric Atmos Manual Wanted
Replies: 8
Views: 11639

Re: Oric Atmos Manual Wanted

Vyper68 wrote: Tue Jul 24, 2018 12:04 pm Thanks DBug, I was hoping to get a real paperback one rather than digital. I have it on my Kindle Paperwhite but it's not the same. :D
Just print it! :D
by polluks
Thu Jun 28, 2018 2:30 am
Forum: Games
Topic: POP source code found (Prince of Princia)
Replies: 10
Views: 14414

Re: POP source code found (Prince of Princia)

FYI the BBC port of 2018 also requires 128K
https://bitshifters.github.io/posts/pro ... -beeb.html
by polluks
Sun Apr 29, 2018 2:32 am
Forum: Emulators
Topic: Oricutron and keyboard handling
Replies: 1
Views: 6153

Re: Oricutron and keyboard handling

Strange, SDL may have problems if you hit two keys at once.
The driver of my laptop keyboard is buggy, so I have to use an external keyboard.
by polluks
Sat Dec 30, 2017 1:53 am
Forum: Games
Topic: Blake's 7 feedback and review thread
Replies: 131
Views: 229114

Re: Blake's 7 feedback and review thread

dave3622 wrote: Thu Dec 28, 2017 5:16 pm I managed to find a copy of Issue 175 today but there was no review in the Magazine. I guess it's going to be in Issue 176 which supposedly goes on sale today or tomorrow. I will look out for it!
I couldn't find it https://issuu.com/FuturePublishing/docs/ret176.issuu
by polluks
Fri Dec 15, 2017 9:07 pm
Forum: 6502 assembly coding
Topic: Identifying Oric-1
Replies: 4
Views: 12285

Re: Identifying Oric-1

Take a look in Atmos ROM disassembly: http://www.defence-force.org/ftp/oric/documentation/v1.1_rom_disassembly.pdf There are lot places marked with V1.0 and V1.1 which show differences in both versions - most are in page 2. If the question is exactly for a zero page address then you can use $31 - S...
by polluks
Fri Dec 15, 2017 3:25 pm
Forum: 6502 assembly coding
Topic: Identifying Oric-1
Replies: 4
Views: 12285

Identifying Oric-1

Hi!
Do you know a suitable zero page address to identify an Oric-1?

Thanks,
Stefan
by polluks
Tue Dec 05, 2017 9:47 am
Forum: Hardware hacks and extensions
Topic: Speech Synthesizer for Oric?
Replies: 3
Views: 7280

Speech Synthesizer for Oric?

Hi!
Do you think this hardware is compatible?
https://atariage.com/store/index.php?l= ... ail&p=1045
by polluks
Sun Nov 05, 2017 9:47 pm
Forum: C programming
Topic: Alternative joystick interface in cc65
Replies: 0
Views: 17416

Alternative joystick interface in cc65

Hi!
Since pull request #510 you can use

Code: Select all

joy_install (&joy_static_stddrv)
and also

Code: Select all

joy_install (&atmos_ijk_joy)
http://cc65.github.io/doc/atmos.html#ss5.3
by polluks
Sat Sep 10, 2016 7:02 pm
Forum: Games
Topic: Development of Blake's 7 (was OASIS development)
Replies: 600
Views: 551369

Re: OASIS development

Your masterpiece! 8)
by polluks
Sat Sep 03, 2016 10:13 pm
Forum: General Discussion
Topic: Atmoses, Microdiscs and Telestrats on ebay
Replies: 45
Views: 54070

Re: Atmoses, Microdiscs and Telestrats on ebay

Final 1045.00 EUR, won the bet.
by polluks
Mon Aug 15, 2016 2:03 pm
Forum: Hardware hacks and extensions
Topic: Oric Atmos PSU Specs
Replies: 18
Views: 29819

Re: Oric Atmos PSU Specs

Our wiki says 2.5 mm :?:
by polluks
Thu Jun 23, 2016 7:03 pm
Forum: Technical questions
Topic: 6522 - VIA
Replies: 4
Views: 12094

Re: 6522 - VIA

It's mandatory. REG 13 -- INTERRUPT FLAG REGISTER +-+-+-+-+-+-+-+-+ |7|6|5|4|3|2|1|0| SET BY CLEARED BY +++++++++++++++++ +-----------------------+------------------------------+ | | | | | | | +--CA2+ CA2 ACTIVE EDGE | READ OR WRITE REG 1 (ORA)° | | | | | | | | +-----------------------+-------------...
by polluks
Sun Jun 19, 2016 11:24 pm
Forum: Cross development tools
Topic: lst2sym - tool for OSDK+Oricutron users
Replies: 8
Views: 19449

Re: lst2sym - tool for OSDK+Oricutron users

iss wrote: Is there any symbol output closer to Oricutron's input than cc65 MAP file?
The cc65 option "-Ln name" is even closer :!:
by polluks
Sun Jun 19, 2016 11:02 pm
Forum: Games
Topic: Development of Blake's 7 (was OASIS development)
Replies: 600
Views: 551369

Re: OASIS development

I like the skeleton :)