Search found 480 matches

by jbperin
Sat Feb 18, 2023 3:22 pm
Forum: Games
Topic: Castillo Belmar / Castle Belmar
Replies: 10
Views: 4025

Re: Castillo Belmar / Castle Belmar

I try it the next days ;D It's ok .. we found that my game unproperly init screen mode and then when booting from sedoric it is in reverse video mode .. and as I don't use rom funcitons, keyboard mapping is not compatible with french rom. Cool! Wow, lots of new games to test and so little spare tim...
by jbperin
Fri Feb 17, 2023 1:02 pm
Forum: Games
Topic: Castillo Belmar / Castle Belmar
Replies: 10
Views: 4025

Re: Castillo Belmar / Castle Belmar

Thanks for the good work ! Thank you Bieno :) for the comment AND for making me discover this game Castle Belmar. Because I would not have known this game if you hadn't make a cover of it available on this forum. Dom tested this illustrated version and found an issue with the azerty keyboard .. and...
by jbperin
Tue Feb 14, 2023 2:43 pm
Forum: Games
Topic: Castillo Belmar / Castle Belmar
Replies: 10
Views: 4025

Re: Castillo Belmar / Castle Belmar

Hello, I've just published a cover of Castle Belmar . Unlike Bieno's version , this version doesn't respect the limit of 2ko but is more faithful to scenario and map of the original version published by Paul Panks . By default the game imitates the original version. But I added the possibility to ha...
by jbperin
Tue Feb 14, 2023 12:22 pm
Forum: C programming
Topic: H3 lib
Replies: 19
Views: 9037

IMG2H3

Here's a little python script I wrote to convert any image file into a C buffer to use with Rax's marvellous H3OSDK lib. img2h3.zip It relies on Python Imaging Library so most image format are handled (even animated gif). The script is used through command line with following options: usage: img2h3 ...
by jbperin
Mon Feb 13, 2023 12:59 pm
Forum: C programming
Topic: MOS6502 compiler benchmark
Replies: 8
Views: 1398

Re: MOS6502 compiler benchmark

Yes .. it is very nice work .. and it appears that vbcc is a very good compiler. If we average result values for each compiler, it appears that vbcc is the most efficient in term of speed and size. I have a question. Why are the T, R and C flags differents depending on whether we look at the speed o...
by jbperin
Sun Feb 12, 2023 8:40 pm
Forum: C programming
Topic: MOS6502 compiler benchmark
Replies: 8
Views: 1398

Re: MOS6502 compiler benchmark

Very interesting.
iss wrote: Sun Feb 12, 2023 5:45 pm All opinions and recommendations are highly appreciated!
Perhaps indicate units of values in table.

Values speak for themselves but it gives a clue on how to interpret results.
by jbperin
Sat Feb 11, 2023 1:31 pm
Forum: C programming
Topic: H3 lib
Replies: 19
Views: 9037

Re: H3 lib

it gives a "book" feeling ;) Yes :D that's what i was aiming. Make as though the player was taking notes on the side of its adventure copybook. Re: AIC, couldn't you combine these techniques with H3 lib and add colour? I'm currently not at home and don't have a computer to look carefully ...
by jbperin
Fri Feb 10, 2023 7:37 pm
Forum: Painting tricks
Topic: Can't get my own HIRES routine working
Replies: 7
Views: 8168

Re: Can't get my own HIRES routine working

There are function switchToHires and switchToText Somewhere on the internet but I can't find them right now because I'm on mobile phone.

But there are valuable information here:
https://osdk.org/index.php?page=articles&ref=ART9
by jbperin
Tue Feb 07, 2023 4:34 pm
Forum: C programming
Topic: vbcc optimizing C compiler now with Oric Atmos support
Replies: 79
Views: 15994

Re: vbcc optimizing C compiler now with Oric Atmos support

Is it possible to inline assembly code inside C source code with vbcc ?

Are there some example source code for Oric target ?
How does the loop unrolling features work ?
by jbperin
Sun Feb 05, 2023 11:28 am
Forum: C programming
Topic: H3 lib
Replies: 19
Views: 9037

Re: H3 lib

Thank you.

I am not sure to see how to "AIC" it.
Is that by inserting color attribute while switching AIC between Hires and text mode ?

Anyway there are already so many things to do with this lib.
by jbperin
Sat Feb 04, 2023 6:56 pm
Forum: C programming
Topic: H3 lib
Replies: 19
Views: 9037

Re: H3 lib

I love this lib very much.

I'm not yet using it as its best but I use it in a project I'm working on.

Belmar2023-02-04-18482268.gif
Belmar2023-02-04-18482268.gif (291.94 KiB) Viewed 1980 times
by jbperin
Sat Feb 04, 2023 1:00 am
Forum: General Discussion
Topic: ChatGPT to make a BASIC program !
Replies: 4
Views: 2177

Re: ChatGPT to make a BASIC program !

Dbug have already made an evaluation of chapGPT for Basic on Oric.. and he's somewhat sceptical.



I personnaly plan to use Dall-e for some illustration.
by jbperin
Sat Jan 28, 2023 1:38 pm
Forum: Games
Topic: PUTUP by [raxiss] - Happy 40th Birthday Oric demo
Replies: 11
Views: 3384

Re: PUTUP by [raxiss] - Happy 40th Birthday Oric demo

Waou !!! what a nice gift for 40th anniversary !!

Totally addictive game and technically very well produced.
Game controls are smooth and responsives.
Graphics are sharps and elegant.

Once again raxiss team rocks so much

I long to see the full version

Thanks and congrats !!
by jbperin
Sat Jan 21, 2023 5:00 pm
Forum: Operating systems, utilities and other serious software
Topic: DBUG
Replies: 13
Views: 1866

Re: DBUG

Is this memroy dump similar to what you get when you type the command :

Code: Select all

DP 500 50F


on a real Oric that just loaded the tape ?

According to doc, DP is the command to look at the memory and $500 - $1CFF is where the software is supposed to be
by jbperin
Sat Jan 21, 2023 1:39 pm
Forum: Cross development tools
Topic: OSDK 1.20
Replies: 18
Views: 2943

Re: OSDK 1.20

I don't know if it worths mentionning but .. just in case it makes sense

At lines #204 and #282 of

https://osdn.net/projects/oricsdk/scm/s ... n/make.bat

Shouldn't

Code: Select all

-DOSDKNAME_%OSDKNAME%
rather be:

Code: Select all

-DOSDKNAME=%OSDKNAME%
?