Search found 76 matches

by polluks
Sun Jan 28, 2024 2:06 pm
Forum: BASIC programming
Topic: Newly (?) discovered bug in BASIC.
Replies: 1
Views: 2287

Re: Newly (?) discovered bug in BASIC.

Indeed

Code: Select all

?DEEK("")
?PEEK("")
There is another bug (probably) by Gates himself:

Code: Select all

10 A=VAL("1E39"):REM LOOK AT THIS COMMENT AFTER RUN
RUN
LIST
by polluks
Sat Feb 18, 2023 12:39 am
Forum: Games
Topic: Free Petscii Robots for the Oric-1 / Atmos
Replies: 13
Views: 3162

Free Petscii Robots for the Oric-1 / Atmos

Game by David Murray
Port by Dusan Strakl and Simon Luce
https://www.the8bitguy.com/32054/free-p ... c-1-atmos/
By the way there's a glitch in the map routine of 1.03
by polluks
Sun Jun 05, 2022 11:16 am
Forum: C programming
Topic: Using overlay memory: how, tips and possibility for direct save/load
Replies: 127
Views: 22088

Re: Using overlay memory: how, tips and possibility for direct save/load

xahmol wrote: Sat Jun 04, 2022 3:29 pm Super thanks you all!
Will probably not come back (I hope, because that means that I do not encounter issues I can not directly solve) until I have a finished program.
Feel free to do a PR at cc65 of your work :)
by polluks
Sun Jun 05, 2022 11:06 am
Forum: Cross development tools
Topic: Unix file
Replies: 4
Views: 5507

Re: Unix file

DSK support next release :)
by polluks
Mon May 16, 2022 6:41 pm
Forum: Hardware hacks and extensions
Topic: Black & Red
Replies: 5
Views: 2336

Black & Red

relec.jpeg
Un nouveau clavier pour l Amiga 1200 de Relec teste avec des touches localisée Suisse
by polluks
Sat Mar 05, 2022 5:55 pm
Forum: Cross development tools
Topic: Unix file
Replies: 4
Views: 5507

Re: Unix file

Right now only .TAP's

Code: Select all

$ file portris_atmos.tap
portris_atmos.tap: Oric tape, BASIC, "1643549928"
by polluks
Mon Feb 28, 2022 3:28 pm
Forum: Cross development tools
Topic: Unix file
Replies: 4
Views: 5507

Unix file

Hi!
The next release of file (V5.42) will support the Oric,
see https://github.com/file/file/tags.
by polluks
Fri Nov 27, 2020 1:44 pm
Forum: Games
Topic: is it possible to convert Knight Lore to Oric ?
Replies: 9
Views: 4530

Re: is it possible to convert Knight Lore to Oric ?

If you are looking for 6502 source code of Pentagram
https://csdb.dk/release/download.php?id=194746
by polluks
Tue Nov 17, 2020 1:09 am
Forum: Games
Topic: Games Review 2020
Replies: 21
Views: 8844

Re: Games Review 2020

iss wrote: Sun Nov 15, 2020 6:15 pm This is great idea to have such summary of the year!
It's an old VIC-20 tradition :)
http://sleepingelephant.com/ipw-web/bul ... =15&t=9559
by polluks
Thu Mar 21, 2019 2:10 pm
Forum: Hardware hacks and extensions
Topic: Oric AtmoStrat GX
Replies: 7
Views: 8899

Re: Oric AtmoStrat GX

If it's offline, it's dead :(
by polluks
Thu Mar 21, 2019 1:56 pm
Forum: C programming
Topic: A new well-known compiler
Replies: 51
Views: 59530

Re: A new well-known compiler

NekoNoNiaow wrote: Tue Mar 05, 2019 10:14 pm (I wonder if that could be ported to the Oric/other-8-bitters? Probably.)
Sure :wink: https://github.com/jedeoric/Lunix/blob/ ... EADME.ORIC
by polluks
Tue Mar 05, 2019 2:21 pm
Forum: C programming
Topic: A new well-known compiler
Replies: 51
Views: 59530

Re: A new well-known compiler

By the way opt65 was developed by Daniel Dallmann.
See his https://en.wikipedia.org/wiki/LUnix.
by polluks
Sat Feb 09, 2019 1:14 pm
Forum: 6502 assembly coding
Topic: Help with a "Your computer" program
Replies: 11
Views: 12083

Re: Help with a "Your computer" program

No checksum, not a good idea.