VOGONS

Common searches


Search results

Display options

Re: DOS game programming

in Milliways
For CGA emulation in Hercules there is HGCIBM. Is there a solution to emulate EGA in Tandy (PCJr)? Because the video modes are similar (320 × 200 × 16) — https://groups.google.com/g/comp.sys.tandy/c/qQ7XYKSLItA And also, perhaps, similar solutions for Olivetti and Plantronics Colorplus?

Re: Q(uick)Basic with Tandy in DOSBox

The author did a great job adding Tadny support to Q(uick)Basic. However, as I understand it, new commands have been added to draw graphics, and LINE (PSET, CIRCLE) is no longer working. Accordingly, graphics are not displayed in ordinary BASIC commands.

Re: DOS game programming

in Milliways
Perhaps the op should consider using C or C++. Or even Turbo Pascal. Helped at the cyberforum: ON ERROR GOTO etrap er = 0 SCREEN 12: SCREEN 0 ON ERROR GOTO 0 IF er = 0 THEN a$ = "VGA": GOTO pr ON ERROR GOTO etrap er = 0 SCREEN 9: SCREEN 0 ON ERROR GOTO 0 IF er = 0 THEN a$ = "EGA": GOTO pr ON ERROR …

Emulation of rare graphics adapters

Greetings! For example, Hercules Graphics Card (720 × 348 × 2), is emulated by the resident program msherc.com ( qbherc.com ), and the CGA modes are emulated in it hgcibm.com or simcga.com , and some ohters ( 320 × 200 × 2 or 620 × 200 × 2). Hercules InColor Card is emulated as well? Interested in …

Page 3 of 3