Are these the most unusual CGA games?

  Рет қаралды 8,500

PCRetroTech

PCRetroTech

Күн бұрын

Пікірлер: 30
@asgerms
@asgerms Жыл бұрын
Hi! I did this sorta thing back in the day (w/o raster interrupts). There are registers with pollable bits indicating both vertical retrace and beam on/off. Initially, note the system timer at vertical retrace, count beam on/offs until correct scanline and note the new system timer. Now you know how to set the system timer interrupt on every vertical retrace. When the system timer-interrupt occurs (somewhere slightly wobbly on the scanline), your ISR polls a register indicating that the beam is on. Once it goes off, you know you are exactly at the end of a scanline and can do the palette-update. You don't lose much CPU time; just the polling from the timer-interrupt occurs (somewhere mid-line) until end of scanline.
@PCRetroTech
@PCRetroTech Жыл бұрын
That sounds like a pretty reasonable way of doing it. It's a shame actually that polling is so slow on the earlier machines.
@asgerms
@asgerms Жыл бұрын
@@PCRetroTech The technique was great with 640x480 16-color VGA. A register allowed you to choose which bank of 16 colors (of the adapters 256 palette entries), for fast switch (no slow update of RGB-registers). Polling time was not an issue. Fast or slow, you waste the time from system interrupt to scanline end.Cheers!
@PCRetroTech
@PCRetroTech Жыл бұрын
@@asgerms Yes, I'd heard about this fast switch of palette bank for 16 colour mode. Lots of interesting effects could be done using this, including 16 colour palette cycling. But yeah, thanks for filling in the information. I must make a more in depth VGA video some time.
@LoftBits
@LoftBits Жыл бұрын
Inspired by your channel, I began a 'quest for CGA-redeeming' soft, testing anything that goes beyond 4uglycolours on my faithful 5150. California Games remains a 'reference product' from the original era, as the composite mode looks also amazing (I just got myself a broadcasting multi system monitor from the era, to see this in NTSC). CGA seems to be the most misunderstood video card of all times - especially in Europe, where PAL (or SECAM!) made this little unassuming cinch output at the back largely unused and covered with dust. P.S. Congratulations on winning the Evoke 2022! Area 5150 resurrected the CGA in a truly biblical style.
@PCRetroTech
@PCRetroTech Жыл бұрын
Indeed, it's a surprise that it wasn't more popular to sell some kind of converter back in the day. But this might've been as expensive as the card. I've thought about making a video on some of the other things that could have been done with CGA in games back in the day. But it's a lot of work for a single video.
@RaposaCadela
@RaposaCadela Жыл бұрын
Awesome, I love it
@MurrayDagostino
@MurrayDagostino 2 жыл бұрын
Back in the day, I tried this on our 8 Mhz XT with an ATI CGA+ (supporting Plantronics mode) card and I didnt have the palette timing issues shown here. I was really impressed with how they pulled this off.
@PCRetroTech
@PCRetroTech 2 жыл бұрын
Very interesting. There's little information about games that support Plantronics, mainly I think because so few do. I'd be surprised if it was actually using a Plantronics only mode. But the 8MHz might explain it. If there's sufficient time due to the CPU running faster then it is possible that the timing issues I observed would just not occur.
@MurrayDagostino
@MurrayDagostino 2 жыл бұрын
@@PCRetroTech I dont think it used plantronics mode for this and its just the clever CGA tricks that the devs used to make this more-color option possible. Our XT back in the day (Philips NMS9116) came with some software supporting plantronics mode, mainly a desktop publishing application that supported 640x200 in 4 colors. There were some demos displaying the 16 color modes, but besides that there was nothing at all on this matter, no software or anything else. It did come with a manual on how to program these special modes in assembler, but since I was a teen back then, I had no idea how and where I could program this. Much much later I did give Harekiet (the dev of DosBox) the scanned in documents on how to implement Plantronics mode (besides giving him the programming specs on the CMS/Gameblaster) but I dont think he ever did anything with it. He might've used the CMS/Gameblaster documentation, but thats a totally different story. As of later, I did learn that the plantronics mode was used in a picture viewer application (CompuShow 2000) supporting 320x200x16 and I know that The 8-Bit Guy added a Plantronics mode in his Planet X3 ms-dos game. Besides that however, I have no examples of what software used the Plantronics mode.
@PCRetroTech
@PCRetroTech 2 жыл бұрын
@@MurrayDagostino There certainly wasn't much that used it. There's a few videos on Plantronics on the channel. I did find a few things that supported it, and viewers pointed out some more. But in the end I wrote my own code to make use of it. I don't suppose you still have the docs for Plantronics mode do you? That's the sort of thing which a lot of people would love to see uploaded somewhere.
@MurrayDagostino
@MurrayDagostino 2 жыл бұрын
@@PCRetroTech Its an incredible long time ago, I will have to scour super old harddisks for those documents and maybe its on a zip disk somewhere, I will try to find it, but the chances to find them is very slim, I'm pretty sure it was near the end of the 90s or beginning 2000s that I scanned that manual.
@PCRetroTech
@PCRetroTech 2 жыл бұрын
@@MurrayDagostino That's a long time ago. Let us know if you find it. There's so little original information available on these rare boards.
@bananaboy41
@bananaboy41 4 жыл бұрын
I never realised how impressive California Games was on CGA! Great channel, subscribed!
@bobns509
@bobns509 3 жыл бұрын
Yes, here is very good explanation and examples: kzbin.info/www/bejne/pJquk5-dj9qjhcU
@marccaselle8108
@marccaselle8108 Жыл бұрын
It's a great game
@ryanyoder7573
@ryanyoder7573 4 жыл бұрын
Your channel rocks. This is very cool.
@PCRetroTech
@PCRetroTech 4 жыл бұрын
Thanks!
@salpha8714
@salpha8714 2 жыл бұрын
amazing, i would say that was EGA 16-colors if i saw it without knowing
@e8root
@e8root 5 ай бұрын
Cool trick. I guess with even more programmer effort it would be possible to accomplish on non-original hardware. But then again at the time developer had IBM PC and nothing else so it makes sense he implemented palette swap logic tied to that machine timings. A lot of very early games really needed IBM. Unlike later DOS games which were made on clone machines instead.
@psychedelicbear2159
@psychedelicbear2159 4 жыл бұрын
I used to play California Games all the time, although admittedly is was on the NES. Really cool to see on an old IBM PC though
@lurkerrekrul
@lurkerrekrul Жыл бұрын
I'm confused about something: You say that the surfing game is using a standard CGA palette of light blue, white and red, but I have never seen a CGA game that had such a combination of colors. Every 4-color CGA game that I've seen has either used a palette of red, yellow, green, and black, or light blue, purple, white, and black. If the colors from different palettes can be combined in standard CGA mode, why did virtually no games use this ability?
@PCRetroTech
@PCRetroTech Жыл бұрын
There were some games that used it, but it wasn't a widely documented palette. It's basically one of the other palettes with one of the colors changed, so it's set up in a different way to the main two palettes. I guess just not that many programmers knew about it back in the day.
@intel386DX
@intel386DX 4 жыл бұрын
very cool ways to trick the CGA limitations!
@Aeduo
@Aeduo 2 жыл бұрын
I'm kinda curious how they set the player "sprite" palette for the surfing event. Do they set the interrupt timer for each row?
@PCRetroTech
@PCRetroTech 2 жыл бұрын
I'm not sure the palette is changing there. It's just the alternative palette, red white and blue with a dark blue background colour. The rest is just dithering. In any event, it is exceptionally unlikely that they change the palette more than once or twice on a screen anywhere in this game. Changing palette every line is extremely advanced and I don't know that it was done in any games back then.
@sixpie.
@sixpie. 4 жыл бұрын
Thanks ! I used to play California Games on my Tandy 1000 HX computer back in the 80s (in 16 colors :-D). Not even sure this MORE-COLOR mode was even supported by my Tandy-1000 ? I probably tried all the graphics options back then, I probably ended up with corrupt graphics using this mode on the Tandy. Not sure. Anyway: great and very instructive video, Dude ! :-)
@PCRetroTech
@PCRetroTech 4 жыл бұрын
Thanks very much for the kind comments.
@James-wd9ib
@James-wd9ib 2 жыл бұрын
I guess NES Excite Bike came from BMX
@intrinia
@intrinia 2 жыл бұрын
+1
The Most Impressive Early 3D PC/XT Games
19:58
PCRetroTech
Рет қаралды 7 М.
16 Colour Games on a CGA Card!
17:33
PCRetroTech
Рет қаралды 9 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
The IBM Enhanced Graphics Adapter (EGA)
15:13
PCRetroTech
Рет қаралды 12 М.
CGA Graphics - Not as bad as you thought!
11:27
The 8-Bit Guy
Рет қаралды 2,3 МЛН
Ten old CGA PC Games that are still fun today
4:10
2 Bit Gaming
Рет қаралды 30 М.
My Secret CGA 3D Graphics Project (2 Year Progression)
20:36
PCRetroTech
Рет қаралды 13 М.
Area 5150 Demo @ Evoke 2022 (Audience Reaction)
10:25
PCRetroTech
Рет қаралды 13 М.
Amazing Dithering in CGA and EGA Graphics (and how it works)
13:56
His Wife Threw his Gaming PC out the Window… Can I Fix It?
19:43
Linus Tech Tips
Рет қаралды 915 М.
Don't put a graphics card from 1981 in a PC from 1994!!
17:49
PCRetroTech
Рет қаралды 22 М.