Skip to content

PC-BASIC 2 graphics do not update between PSET calls #166

@JDoucette

Description

@JDoucette

Bug report

See: https://www.youtube.com/watch?v=9J9DtrcoDXc

Problem

Steps

  1. run below program
  2. expect graphics updates to happen in real-time
  3. they do not
  4. add A$=INKEY$ inside the loop, and it works

Program

10 SCREEN 1
20 FOR Y=0 TO 199:FOR X=0 TO 319
30 PSET(X,Y),INT(RND*4)
40 NEXT X:NEXT Y

Notes

PC-BASIC version: 2.0.4
Operating system version: Windows 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions