Search found 2117 matches

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

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: 8
Views: 1000

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: 1
Views: 65

Re: Munchy 2K (WIP)

Why doesn't it fit 1K?

I can help to make it fit.
by dr beep
Tue May 07, 2024 7:47 am
Forum: Development
Topic: LOWRES -demo
Replies: 8
Views: 1000

Re: LOWRES -demo

You need 2 118 at the start to have DE right.
With some trick it is possible on 1 line but that is harder
by dr beep
Tue May 07, 2024 7:42 am
Forum: Development
Topic: LOWRES -demo
Replies: 8
Views: 1000

Re: LOWRES -demo

I will post the source later.
by dr beep
Tue May 07, 2024 4:14 am
Forum: Development
Topic: LOWRES -demo
Replies: 8
Views: 1000

Re: LOWRES -demo

The display is executed 8x to form a character. After 1 line the ROM test C for reaching 0. C is hardware connected to characterpointer. When C <> 0 a POP DE is done to keep HL on same line, when C=0 POP HL is done to go to next line. Make a screen like this Dfile 118,118 Char db “H”-27 Ld h,d Ld l,...
by dr beep
Mon May 06, 2024 9:30 pm
Forum: Development
Topic: LOWRES -demo
Replies: 8
Views: 1000

LOWRES -demo

I opened this thread to discuss my demo.

That's is all I will say now. Please give your comment after you saw the demo.

HOLD YOUR JAW OR IT WILL DROP
lowdemo.p
(633 Bytes) Downloaded 123 times
by dr beep
Sun May 05, 2024 7:37 pm
Forum: Development
Topic: TRAINSPOTTER
Replies: 4
Views: 457

Re: TRAINSPOTTER

Besides this game I am thinking of making some trackcreator and then make your own digital train similation runon the screen.

In 1K offcourse.
by dr beep
Sun May 05, 2024 7:36 pm
Forum: Development
Topic: I want to try something new for my next game... please read!
Replies: 4
Views: 239

Re: I want to try something new for my next game... please read!

For my latest (not fully released yet) game WORLDCAFE I asked you all to help me with lands for in the cafe. Those who replied got the game this week and the rest of you will get the game when MAY THE 4TH is with you :) However.... in my released games a small line WAS once mentioned : FREEWARE, BU...