Search found 2079 matches

by dr beep
Sun Apr 09, 2017 11:20 am
Forum: Sinclair Misc
Topic: Assembly Language Assembled for the Sinclair ZX81
Replies: 10
Views: 5938

Re: Assembly Language Assembled for the Sinclair ZX81

I am mostly looking at books specifically on Z80 on the zeddy so I can get my head around the memory map and zeddy specific gotchas such as not touching the IX / IY registers etc. I have a fixed startbase for all programs. Standard values for sysvar, 1 BASIC-line calling the machinecode and then ju...
by dr beep
Sat Apr 08, 2017 8:12 pm
Forum: Development
Topic: 1K hires: calculation game
Replies: 33
Views: 9646

1K hires: calculation game

I want to use the routine from Fruit Machine simulator for this game with numbers. http://www.youtube.com/watch?v=9mq8ILulfBU&t=2m20s The computer should also calculate a solution however this would need 710x1024 permutations and would need at least 32 minutes per game. So I am working on a reduced ...
by dr beep
Tue Apr 04, 2017 9:46 pm
Forum: Development
Topic: 1K hires : Fruit Machine Simulator
Replies: 21
Views: 6536

Re: 1K hires : Fruit Machine Simulator

Display glitches now gone Johan. :D The chosen solution was simple. Since on the picture the third line was OK, I added 2 empty lines above. And below was due to calling empty lines in lowres out of sync. Solution there: fill the screen in highres with a lot of delay. I needed a few bytes for the s...
by dr beep
Tue Apr 04, 2017 7:34 pm
Forum: ZX BASIC
Topic: Anyone know useful ZX80 ROM tricks?
Replies: 21
Views: 9476

Re: Anyone know useful ZX80 ROM tricks?

How do I load a game in EightyOne in ZX80 mode?
I only get a full black screen with a game I found.

Edit: got something....
by dr beep
Tue Apr 04, 2017 7:02 pm
Forum: ZX BASIC
Topic: Anyone know useful ZX80 ROM tricks?
Replies: 21
Views: 9476

Re: Anyone know useful ZX80 ROM tricks?

Therefore a different start is needed, checking ROM now....
by dr beep
Tue Apr 04, 2017 5:54 pm
Forum: ZX BASIC
Topic: Anyone know useful ZX80 ROM tricks?
Replies: 21
Views: 9476

Re: Anyone know useful ZX80 ROM tricks?

It makes me search the ROM and thinking of hires on 1K ZX80.....
by dr beep
Tue Apr 04, 2017 11:45 am
Forum: Development
Topic: 1K hires : Fruit Machine Simulator
Replies: 21
Views: 6536

Re: 1K hires : Fruit Machine Simulator

If you want to see the rollover.....

This version rolls slowly.
Fruit_slow.p
(949 Bytes) Downloaded 138 times
by dr beep
Tue Apr 04, 2017 11:12 am
Forum: Development
Topic: 1K hires : Fruit Machine Simulator
Replies: 21
Views: 6536

Re: 1K hires : Fruit Machine Simulator

Ok,

some cosmetic bugs and a problem with loading some hardware.

This can be the bugfixes. At least I expect it to be the visual bugs.
Fruitsim_1.1.p
(949 Bytes) Downloaded 130 times
by dr beep
Mon Apr 03, 2017 10:27 pm
Forum: GAMES
Topic: New ZX81 Games
Replies: 381
Views: 693150

Re: New ZX81 Games

Thanks,

The game was untested on real hardware.
I will make a fix, not too hard, but need to find a few bytes. I have a few already.
by dr beep
Mon Apr 03, 2017 3:37 pm
Forum: Development
Topic: 1K hires : Fruit Machine Simulator
Replies: 21
Views: 6536

Re: 1K hires : Fruit Machine Simulator

Now in gamesection with 48K bugrepair.

http://sinclairzxworld.com/viewtopic.ph ... 995#p23995