Search found 2124 matches

by dr beep
Tue May 07, 2024 8:07 pm
Forum: Development
Topic: LOWRES -demo
Replies: 19
Views: 1178

Re: LOWRES -demo

Lardo Boffin wrote: Tue May 07, 2024 6:44 pm This works fine on my TS1000. Very impressive!

How do I attach a video? It says the file is too large.
Otherwise set the video on facebook or youtube and the link here.
by dr beep
Tue May 07, 2024 6:14 pm
Forum: Development
Topic: LOWRES -demo
Replies: 19
Views: 1178

Re: LOWRES -demo

Moggy wrote: Tue May 07, 2024 2:56 pm Can't wait to see a practical use for this. :)
I have a conversion of a game on the shelf for years.
I wanted to be LOWRES, not TRUE HIRES. Pseudo hires was not quite a simple thing to use. Now I have already generated some necessary graphics.
by dr beep
Tue May 07, 2024 6:01 pm
Forum: Development
Topic: Munchy 2K (WIP)
Replies: 5
Views: 125

Re: Munchy 2K (WIP)

Why doesn't it fit 1K? I can help to make it fit. It really wasn't even that close to fitting into 1K, so I'm okay with it being 2K. Optimization tips would be welcome, but I will likely use them to fit as much as I can into 2K. I have experience with 6502 assembly, but this is my first time using ...
by dr beep
Tue May 07, 2024 5:57 pm
Forum: Development
Topic: LOWRES -demo
Replies: 19
Views: 1178

Re: LOWRES -demo

I have made a generator to use:

QAOP for control
Space is invert current character
S-L-C-G.asm
(3.06 KiB) Not downloaded yet
S-L-C-G.p
(418 Bytes) Downloaded 1 time
by dr beep
Tue May 07, 2024 3:44 pm
Forum: Development
Topic: LOWRES -demo
Replies: 19
Views: 1178

Re: LOWRES -demo

LOWRES TRICK 2:

1 byte (and 2 lines added to dfile at the end)
and you have 26 lines on the screen
screen.png
by dr beep
Tue May 07, 2024 3:06 pm
Forum: Development
Topic: LOWRES -demo
Replies: 19
Views: 1178

Re: LOWRES -demo

Moggy wrote: Tue May 07, 2024 2:56 pm Not set up for video but it seems to do on real kit what it does in an emulator
Can't wait to see a practical use for this. :)
Just a video with the phone is already enough
by dr beep
Tue May 07, 2024 3:05 pm
Forum: Development
Topic: LOWRES -demo
Replies: 19
Views: 1178

Re: LOWRES -demo

Not set up for video but it seems to do on real kit what it does in an emulator Can't wait to see a practical use for this. :) Take the blocky display. A word comes up. You press a key when you see it. The sooner the more points. With blocks half size a maze can be 2x larger in lowres, like my game...
by dr beep
Tue May 07, 2024 12:12 pm
Forum: Development
Topic: LOWRES -demo
Replies: 19
Views: 1178

Re: LOWRES -demo

If ANYONE can make a video on real hardware.
Please... I would like to see that.
by dr beep
Tue May 07, 2024 11:58 am
Forum: Development
Topic: LOWRES -demo
Replies: 19
Views: 1178

Re: LOWRES -demo

I guess you are redirecting the char lines in the rom but stil maintaining the slow tex mode... I can't imagine how did you do this I make dfile point to the next line to display after displaying 2 lines. First effort was just to swap EX DE,HL but that only works with 1 full line (8 lines). The LD ...
by dr beep
Tue May 07, 2024 10:56 am
Forum: Development
Topic: Munchy 2K (WIP)
Replies: 5
Views: 125

Re: Munchy 2K (WIP)

Why doesn't it fit 1K?

I can help to make it fit.