Search found 11 matches

by ASH-II
Mon Sep 09, 2019 7:56 am
Forum: ZXDB Fixes
Topic: Feature: Border effects
Replies: 31
Views: 7393

Re: Feature: Border effects

Jet set willy - https://youtu.be/y30XFFcjBMI?t=30

Jet set willy 2 - https://youtu.be/YZsvwsNDbK4?t=43
✓ Reviewed
by ASH-II
Tue Sep 03, 2019 11:17 am
Forum: Programming
Topic: SpecBAS program under development
Replies: 12
Views: 2621

Re: SpecBAS program under development

P.S - ASH-II: TRANS 7 is the same as TRANS 1. The transparent font command TRANS is either on or off. If it's on, then PAPER isn't drawn for the following characters, and only applies for mono fonts (colour fonts have their own transparent index in the font bank they inhabit). Ahh right , I wondere...
by ASH-II
Tue Sep 03, 2019 6:32 am
Forum: Programming
Topic: SpecBAS program under development
Replies: 12
Views: 2621

Re: SpecBAS program under development

Stick in some random landing pads and you have a game :)
by ASH-II
Mon Aug 19, 2019 6:23 pm
Forum: Sinclair Miscellaneous
Topic: SpecBAS problem with manual
Replies: 16
Views: 3070

Re: SpecBAS problem with manual

20 REM PROGRAM LANDER 30 REM set up variables first 40 REM x and y = start position of blob 100 LET x=10: LET y=50 120 PRINT AT x,y;SCALE 4,4;"O" 130 IF x=50 THEN STOP 135 GO SUB 510 500 REM subroutine DESCEND 510 WAIT 300 520 PRINT AT x,y;SCALE 4,4;" " 525 IF KEYST KEY_LEFT THEN...
by ASH-II
Sun Aug 18, 2019 8:08 am
Forum: Programming
Topic: BasinC oddnesses
Replies: 27
Views: 4818

Re: BasinC oddnesses

As the author of BASin has said it might have a few bugs and it will be fixed but not yet (and he is hinting it will be merged into a shiny new Spin :) ) so if you are having an issue with saving then save as a .bas and before you exit basin just copy the text into notepad and save that. if the .bas...
by ASH-II
Wed Aug 14, 2019 5:48 am
Forum: Games/Software
Topic: Out of context Spectrum games
Replies: 334
Views: 47743

Re: Out of context Spectrum games

Image
by ASH-II
Fri Aug 09, 2019 6:26 pm
Forum: Emulators
Topic: MAME 0.211 and the Spectrum
Replies: 21
Views: 6491

Re: MAME 0.211 and the Spectrum

Ralf wrote: Fri Aug 09, 2019 5:17 pm Quite a nice user interface, I must admit.
Is it default for modern MAME?
YES
by ASH-II
Fri Aug 09, 2019 4:30 pm
Forum: Emulators
Topic: MAME 0.211 and the Spectrum
Replies: 21
Views: 6491

Re: MAME 0.211 and the Spectrum

MAME has swallowed MESS so can now emulate everything....everything the zx spectrum in mame has now had 13,000 spectrum games added to the software list and it works great (and has all the keyboard overlays included) https://i.imgur.com/euQTqzA.png https://i.imgur.com/HfpSrWM.png https://i.imgur.com...
by ASH-II
Sun Jul 21, 2019 10:52 am
Forum: Programming
Topic: I need to make this
Replies: 36
Views: 5851

Re: I need to make this

10 RESTORE 130 20 LET x=0: LET b=0: LET n=7 30 BORDER 7: PAPER 0: INK 6: BRIGHT 1: CLS 40 READ t$: PRINT AT 21,0; 50 FOR f=0 TO LEN t$ 60 POKE 23692,255 70 PRINT t$(f+1); 80 IF b=2 THEN LET b=0: READ n 90 IF N=255 THEN LET N=0: READ T$: RESTORE 180: GO TO 50 100 BEEP .1,n 110 LET b=b+1 120 NEXT f 1...
by ASH-II
Sun Jul 07, 2019 11:39 am
Forum: Games/Software
Topic: Arcadia - Animated Load Time Barchart
Replies: 3
Views: 1024

Re: Arcadia - Animated Load Time Barchart

POKE 29236,62
POKE 29237,255

Yep that plays a lot better , got to level 11... :D
by ASH-II
Sat Jul 06, 2019 1:14 pm
Forum: Games/Software
Topic: Arcadia - Animated Load Time Barchart
Replies: 3
Views: 1024

Re: Arcadia - Animated Load Time Barchart

Very nice

is it supposed to twitch when playing? (even with fuller enabled)