TMS9918A Retro Video Chip Reimplemented In FPGA, With VGA Out 126
acadiel writes "Matthew H from the AtariAge.com TI-99/4A forum has finalized a design of a TMS 9918A replacement (with VGA out) for classic computer systems such as the ColecoVision, TI-99/4A, SpectraVision, MSX1, SpectraVision 128, and Tomy Tutor Home computers. This hardware project replaces the native video controller on these classic systems and enables them to have VGA output for the first time." (It's just under $100 to order one.)
Re:Um.... (Score:4, Insightful)
Re: (Score:2, Informative)
Except when you can get a composite to VGA converter for 30% of the price of this chip.
http://www.monoprice.com/products/product.asp?c_id=101&cp_id=10114&cs_id=1011407&p_id=4722&seq=1&format=2 [monoprice.com]
Re:Um.... (Score:5, Informative)
Except that you're still upconverting a signal from 240p to 480p. By going directly to VGA you're at least getting a crisp 480p image (ie: 640x480). And no, doing this after the signal has been produced at the composite outputs is not going to be as pretty.
Artifact colors (Score:5, Informative)
And no, doing this after the signal has been produced at the composite outputs is not going to be as pretty.
Unless you're using a program that relies on the artifacts in a particular video chip's composite output. The NES PPU's architecture was heavily inspired by the TMS9918, and I know a lot of NES games rely on interactions between luma and chroma to give the backgrounds more texture.
Re: (Score:2)
Arguably, this can be emulated. I don't know if this implementation does it, though.
Re: (Score:2)
Arguably, this can be emulated.
And in fact, NES artifact colors have been emulated for a long time. The key is to emulate the way the original chip generated a composite video signal and then emulate a TV by decoding that back to RGB. But then that's the same thing as using the original chip with a composite-to-VGA adapter, unless of course you want to add the original CPU and I/O and put the whole console on the FPGA.
Re: (Score:2)
Putting the whole console on FPGA seems like the best option to be honest. If you're emulating the video chip which is probably really poorly documented why not emulate the CPU. Z80s and 6502 are really well understood by reverse engineers these days. There was a CCC talk about transistor level simulation of the 6502 which is absolutely perfect. The idea was that if you find some weird code that works on a real 6502 but fails on your emulator you can work out what you're missing.
http://www.youtube.com/watch [youtube.com]
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Except the question is not "how to make something work that can display this old machine on a new monitor," but "how to make this old machine have the best video output possible."
Composite video is inherently ugly, and was especially so on consumer electronics back then.
Replacing the video output chip with a custom part that outputs VGA directly eliminates all of the ugly that is composite video; putting a $30 Monoprice adapter in-line does not.
Re: (Score:2)
First the low DPI of the tv made low resolution less pixelated all the pixels had round corners making low res images look softer.
Another cool hack was using particular color offset combinations to create colors beyond what the video card can support.
Re: (Score:2)
Best video output possible? That sounds an awful lot like marketing department FUD unless the source resolution of the video signal is actually being increased. I'm sure it might be interesting for a few enthusiasts, but it seems awfully hard to justify the $100 price tag just for a format shift.
Re: (Score:2)
It's not a question of resolution or format shift, but of color. The chroma channel of composite NTSC video gets smeared all over the place by design, along with other issues (such as dot-crawl) that come with bad interlacing implementations -- especially with composite sync.
S-Video would help some of these problems without increasing resolution, but VGA does not have these problems at all, which is what makes it useful.
To be clear: It's into the realm of esoteria. But in this area of stuff, we also have
Re:Um.... (Score:5, Interesting)
You're completely, absolutely, out of you mind deluded. Sorry. At work I use some test instruments, made by Tektronix and HP, where the date codes on chips are all in the 70s. They work beautifully, and I regularly "hack" on them. They are anywhere between 30 to 40 years old at this point. There's nothing fussy and temperamental about those systems, and some of them are so complex that a consumer-grade microcomputer or game console holds no candle to them. I'd say that all of the consumer systems that this chip replacement would go into are comparably simple. If you would really have a problem with them, then it's your problem, not a general one. If you want complex, take any modern PC and try replacing a BGA chip in it. I'd take a 30 year old piece of gear any day, I probably could do chip swaps in those blindfolded.
Re:Um.... (Score:4, Informative)
Probably the biggest problem is going to be all the old school electrolytic capacitors. I know my TI-99/4A is a bit flaky, and I suspect that's why. The VDP was running at the edge of process technology in those days (5.37MHz!) and it wants nice, clean clocks and nice clean supply rails. The rest of the machine runs a fair bit slower, with possible exception of the 256 byte SRAM that the TMS9900 CPU stores its "registers" in.
Thankfully, those big old electrolytic cans are easy to spot and easy to solder in replacements for.
Re: (Score:2)
Electrolytic cans are one thing, another thing is probably the abysmal power distribution (long, winding tracks) and poor decoupling techniques. A 5MHz "clean" clock has useful harmonics up to about 50MHz, so a decoupling cap that's far away from all the circuit points where the clock goes/comes from may be useless -- and you have to measure along the traces, not as crow flies. When you design with general purpose electrolytic caps, you pretty much assume that for digital logic decoupling purposes they are
Re: (Score:2)
Electrolytic capacitors only fail very rarely. What you find is that disc ceramics fail and pull the +5V rails down (they go leaky, and there are dozens of them used to decouple supply rails), and tantalum beads just plain explode when they fail.
You might find that very very old electrolytics have dried out a bit and lost capacitance, but that should be obvious because the supply rail will ripple badly. Leaky disc ceramics will get warm.
Don't just blunder in and start ripping out capacitors without having
Re: (Score:3, Interesting)
Fer cryin' out loud, they even gave me schematics!
I guess in those days they figured if you were knowledgeable enough to buy their thing, by golly you probably had the skills to fix it too.
It was TEST equipment, meaning you were connecting it to God knows what, where only God knew what malfunctions were in it. This is a sure-fire recipe for an occasional fireworks display on the bench.
Those were the days. I am glad I didn't miss them.
I learned more from f
Comment removed (Score:5, Insightful)
Re: (Score:3, Interesting)
I have an Atari 400 made in 1980, an Atari 600XL made in '83 and a 130XE made in '85. Along with a desktop DEC MicroVAX of mid-80's vintage. All still work just fine with no flakiness. Clean the cartridge ports and take care of them they'll outlive you. The 8-bits may have been low cost but they were QUITE well engineered. At least the Atari machines and Commodores were great. Not sure about TI or Coleco.
They made much higher quality caps then and used lead solder and much thicker PCB's with more copp
Re: (Score:2)
Re: (Score:2)
Actually the original PS1 isn't so bad, neither is the Dreamcast. I've worked on both. There's actually a fairly common issue with controller ports failing on the Dreamcast that's relatively easy to fix. The XBox and the 360 are nightmares.
It is quite possible to repair newer electronics using modern techniques with hot air reflow soldering and surface mount components. Techniques are different and with silver solder the melting point is closer to the failure point of components but it is still quite do
Re: (Score:2)
Re: (Score:2)
For the record, I have a 12 year old 450 Mhz PIII Dell desktop that continues to do duty as a network monitor, with 100% uptime except for reboots for software updates, and forgetting that it won't boot unless a keyboard is plugged into it.
I could replace it, but why? It's been perfect so far, and recently took an upgrade to 32 bit RHEL6 without a hitch.
Re: (Score:2)
Usually it's not about parts, but about quality of the design of the circuit (and parts, too, of course). It takes a whole lot of money to open a chip fab, no one will a-priori decide "hey, we're making a fab for poor quality chips!". A, say, 6502 or Z80 CPU used in one of those "consumer crap" devices is not graded for consumer crap (except for temperature range, and they avoid the use of the term "consumer crap"), it's the same one that went, at the time, into industrial and T&M equipment.
From my expe
Re: (Score:1)
A matter of perspective, I guess?
Let me see if I have this straight, feel free to correct me if I'm wrong. You first having to have a working one of these machines
Yes. Personally, I have three...
we are talking consumer level quality of the early 80s
Yes. One of mine has no color output, only B&W because the 9918 is fried... :)
Thus, I intend to get one of these chips and make that one into a VGA-out unit. Neat!
The chip is even socketed from the factory on the 99/4a (unlike the monster double-wide 64-pin DIP CPU), you don't even need to desolder it. If I remember right there's even a little aluminum heatsink on it attaching it to the chassis. It really was a pretty powerful little c
Re: (Score:1)
No, I don't Hairyfeet. Why don't you enlighten us? Name a few, and what was fussy and temperamental about them? And also please, define precisely what you meant by those terms. The computer not responding when you talk into the mouse doesn't count.
Re: (Score:2)
Re:Um.... (Score:5, Insightful)
there's actually quite a community for these old systems, and a lot of people who don't enjoy playing on emulators, or who want to recapture the original experience.
it's pretty cool that they've managed to do this, though I might prefer a different connection type... my current TV does have a VGA input, but I doubt my next one will.
Re: (Score:2)
And they will come in handy don't the road as they will still be 'unencumbered' .
Re:Um.... (Score:5, Informative)
Better, perhaps, to ask "for whom?"
Please consider that just thirty-odd years ago, one could own a computer that wasn't the university's or corporation's. Whether one came fresh to it or from mainframe milieu, there was an immediacy, a power, a whole new realm of discovery. One no longer had to submit their deck of cards to an acolyte to the high priests of a Burroughs or CDC Behemoth only to get back a core dump due to an errant comma. Some, even now, for reasons of nostalgia or fun, continue their interest and enthusiasm - vibrant 8-bit micro communities are but a search away.
The TI-99/4A offered, amongst other things, 16 sprites with built-in collision detection. At the time this was nigh magical. Sprites were effectively independent of screen - they were a 'floating' layer above it and allowed for some interesting game and simulation possibilities. SCREEN itself was a defined device; one could PEEK and POKE 'most anywhere, and PUT and GET to any device. An entire screen could be represented with a string in memory, its contents readily changed on the fly. One could read data for a string from a DATA statement in program code or from (eventually) floppy; with several strings screen-swapping, almost animation, could be done. Graphics could accompany text adventures. Add sprites? Oh, my. And now with VGA?
You may have to ask "what for?" - others will not.
Re:Um.... (Score:5, Insightful)
Actually, it was 32 sprites, with a limit of 4 to a line. It had collision detection but it was rarely useful. It had a single bit to tell you that any sprite hit any other sprite. To figure out what hit what, you'd have to walk the descriptor list and do the actual computation yourself. (Or, in the case of TI Extended BASIC, the interpreter had to do it for you.)
On the TI-99/4A, that meant actually accessing VDP memory, since there wasn't much other RAM in the system. That itself was pretty slow, because it wasn't memory mapped for the CPU. You have to write to the VDP's address register, and then do repeated reads after it fetched the byte. Depending on the display mode, that could be as long as 8us during active display (Graphics II mode -- everybody's favorite "bitmap" mode.). Fortunately, the address pointer auto-incremented, so if you were accessing a contiguous structure like the sprite descriptor list, at least you didn't have to keep reloading the address.
Not that TI Extended BASIC was necessarily able to do that, of course. (Read up on the abomination that was GPL. Not the license, but the interpreted language that much TI software was written in, including TI BASIC.) But if you wrote your own assembly code, you could make that optimization, which is probably how Parsec was able to do its soft-scrolling in the time allotted.
(Actually, VDP RAM isn't memory mapped on any platform that I know of. But other systems have CPU-addressable memory that you could store a shadow copy of data in at least. The paltry 256 bytes on the TI-99/4A, though, are far from enough in many cases.)
Re: (Score:2)
Thanks, not only for correcting my paltry memory, but also for the clarification and further exposition. Had I mod points, you'd get some.
It was my brother-in-law's TI; I didn't spend much time with it, rather my own Atari 800. On that, I really never got down into the hardware, but did manage a few things during vertical and horizontal blank interrupts. The more heavy-duty technical aspects of all that stuff, then and even more so now, is way over my head.
Re:Um.... (Score:4, Informative)
Actually, VDP RAM isn't memory mapped on any platform that I know of. But other systems have CPU-addressable memory that you could store a shadow copy of data in at least. The paltry 256 bytes on the TI-99/4A, though, are far from enough in many cases.
On the contrary, many 8-bits had memory mapped video. Commodore (VIC/64/Amiga), Sinclair (Spectrum, zx81, zx80, dist by Timex in the US) Atari, VT100 ... etc etc. Not that there weren't machines with distinct video RAM, the Commodore PET had specific video memory, though it was still mapped into the address space like a modern PC video card. Having the video RAM in a inaccessible (I/O bus) location was rare.
The reason was simple, at that point in time only a relatively small amount of RAM was needed for the machines and it ended up being faster than the CPU. So much so that you could assign 50% of the RAM bandwidth to the video subsystem without impacting the speed of the processor at all.
The ZX81, however, was a bit of a foreshadowing of things to come. It was built really, really, cheaply and they used really cheap DRAM. This cheap RAM wasn't fast enough to feed both the CPU and the video at the same time so the CPU was basically turned off when the video was being displayed (In fact it was physically used as a counter chip by the ultra cheap video controller).
Nowadays people want astronomical quantities of RAM so it basically has to be the cheapest design possible; this type of RAM can't keep up with just one CPU, let alone multiple CPUs and a video controller. So the video controller has to reduce the performance of the main CPUs by stealing cycles, or it gets it's own RAM.
Note: There are several Intel video controllers for PC clones that use main memory as the video RAM, they get added as a cheap motherboard video controller. Because of the fact that they're using slow RAM and stealing cycles from the CPU these are rightfully seen as very low performance.
On the other side, a common mistake for designs with distinct video RAM is that the CPU only ever needs to write to this RAM, unfortunately the problem is frequently only recognised in production.
Re: (Score:2)
He was talking about systems that used this particular VDP. None of those you mentioned did.
Re: (Score:3)
Narishma already said it here [slashdot.org], but I was referring specifically to machines that used the TMS9918/28/29(A) VDP, often just referred to as "the VDP." So far as I know no system that uses the VDP was able to memory map and dynamically multiplex CPU and VDP access to the 4K or 16K of DRAM connected to it. And, that walled off access to the DRAM was a particular drawback for machines that used the VDP, which is why I pointed it out.
Re: (Score:2)
Oh okay, I obviously didn't go far enough up the thread.
But that does make me wonder why people would be so enamoured with this chip, a video controller that can't (it appears) share the memory with some other DMA/CPU etc chip and forces all accesses to it's memory to be made through a 'pin hole' of a couple of I/O ports really strikes me as a bit of a deal killer whatever other features it might have.
Re: (Score:2)
Well, it did do a lot for you. And the large RAM with flexible descriptor tables meant that in practice, you could avoid doing too many writes over to the VDP most of the time. And, the separate dedicated-RAM architecture does guarantee no cycle stealing, unlike, say, the VIC and VIC-II chips in the Commodore computers, or the need to wait for horiz/vert refresh to avoid "sparkles" like the old CGAs.
Let's face it, all these old computers were an exercise in tradeoffs.
Implemented the wrong connector (Score:2)
he'd better do an HDMI version quick as VGA seems to be on the way out as a connector :-P
Re:Implemented the wrong connector (Score:5, Informative)
he'd better do an HDMI version quick as VGA seems to be on the way out as a connector :-P
Except HDMI is a closed standard and buying HDMI chips requires signing over your first-born to Satan.
Re: (Score:3, Informative)
Re: (Score:2)
Are you in Europe? (Score:2, Interesting)
there aren't a ton of TVs still being manufactured with VGA-in.
Just about every LCD TV that I've seen in (U.S.) stores has a VGA input. It might be the case that you live in Europe and your local TVs include a SCART port instead. I'd bet the actual video processor in such TVs can sync to both 480i SCART and 480p-1080p VGA.
Re:Implemented the wrong connector (Score:5, Funny)
Except HDMI is a closed standard and buying HDMI chips requires signing over your first-born to Satan.
As someone who used to worship Satan as a kid (yeah, stupid), I resent that remark. Please do not insult Satan by comparing him to a vile media consortium.
Re: (Score:2)
Doesn't Lucifer actually mean "bearer of photoluminescence"?
Re: (Score:2)
"Doesn't Lucifer actually mean "bearer of photoluminescence"?"
So his avatar is a nuclear explosion.
Bright enough for you?
Re: (Score:2)
Except HDMI is a closed standard...
...that is freely downloadable from Chinese web sites... :]
Re:Implemented the wrong connector (Score:4, Insightful)
...that is freely downloadable from Chinese web sites... :]
Which is fine until you try selling a chip or distributing the plans, then the IP Barons come to beat you with a big stick.
Re: (Score:2)
Satan (assuming he shows up to take him/her) is welcome to my first-born. I'm unlikely to have one, and wouldn't want it if I did. Now the woman actually pushing the baby out may have other ideas...
Re: (Score:2)
Regards,
Satan
Re:Implemented the wrong connector (Score:4, Insightful)
Re:Implemented the wrong connector (Score:4, Insightful)
It not excessive. It's about supporting widely available monitors.
Re: (Score:2)
Re: (Score:1)
Shouldn't adding a VGA to HDMI converter take care about that one?
Re: (Score:2)
Missing the point: HDMI is all digital....and why should you need an add-on converter?
Someone redo the C= 128 MOS 8563/8568 (Score:5, Informative)
Of all the chips that one on the Commodore 128/128D is a pain to convert to anything modern as it uses the old CGA/RGBI interface. All the CGA adapters ive found dont handle the intensity signal, they are more RGBA compatible.
Re:Someone redo the C= 128 MOS 8563/8568 (Score:5, Informative)
But this is not a big problem -- there's dead-simple passive analog circuits (e.g. [google.com]) to do a passable conversion, and if you want to fix the dark-yellow/brown issue, that's not hard either.
RGBI signals in CGA are TTL, so converting to analog RGB is as simple as connecting them to the address lines of a suitable 8-bit PROM (or SRAM, in which case you'll want a battery to retain memory) programmed with appropriate RGB values, and three 2-bit ADCs on the output (0=0v, 3=0.7v for VGA).
You want to program the ROM/RAM as follows, assuming I as MSB (note color 6, brown, deviates from the expected 220):
N | RGB | xxRRGGBB
--+-----+---------
0 | 000 | 00000000
1 | 002 | 00000010
2 | 020 | 00001000
3 | 022 | 00001010
4 | 200 | 00100000
5 | 202 | 00100010
6 | 210 | 00100110
7 | 222 | 00101010
8 | 111 | 00010101
9 | 113 | 00010111
A | 131 | 00011101
B | 133 | 00011111
C | 311 | 00110101
D | 313 | 00110111
E | 331 | 00111101
F | 333 | 00111111
Or use a 16-bit ROM and wider DACs, and you could customize each color to exactly match your old 1902.
Seems a PCB with a preprogrammed ROM, DACs (could be as simple as R-2R ladder), and a scan doubler IC, should be much cheaper than a $100 replacement video chip.
Re:Someone redo the C= 128 MOS 8563/8568 (Score:4, Informative)
That is cool.
I believe I saw one that did that and did not have the brown problem but it used a gal chip which most likely did the value change before being sent to a DAC. It was way more expensive than the solution listed which has more features as it was such a niche device. This was 1998-99 and was 350
It's a composite to RGBI to VGA converter. ;)
http://home.comcast.net/~kkrausnick/c128-vga/ [comcast.net]
This is pretty nifty and they have a workaround for the intensity problem. Price is now higher for the parts mentioned about 190. One of the companies listed has a dead website, dns problem maybe.
Here's another solution using and RGB to VGA and a resistor network to feed to the I input so that it's an RGBI to VGA converter. I think there's something wrong here but it works so it's not wrong.
http://sites.google.com/site/h2obsession/CBM/C128/rgbi-s-video [google.com]
Inconceivable! (Score:4, Funny)
classic computer systems such as the ColecoVision
This word, "computer," I do not think it means what you think it means...
/former Adam owner
I don't have VGA (Score:2)
I have ColecoVision and a black and white TV.
Atari 800 in FPGA (Score:2)
Why not put the entire Atari 800 in FPGA, in a PC, and use SVGA (and higher) output? That sounds like a really fun turn that "classics emulation" could take.
Are Atari computer game ROMs and software binaries still copyright restricted?
Re: (Score:2)
Most home computers have analog circuits too - most notably for reading paddle controls, which FPGA's cant handle. And yes, folks do use paddles (also applies to some mice, and mini tablets like the Koalapad.
Re: (Score:2)
Most home computers have analog circuits too - most notably for reading paddle controls, which FPGA's cant handle. And yes, folks do use paddles (also applies to some mice, and mini tablets like the Koalapad.
OK, a FPGA and a 555 timer chip.
Re: (Score:2)
everyone except the tandy series used a 555 timer based circuit for paddle and analog joystick control, nevermind its trivial to do analog even in 1980
Re: (Score:2)
Not an electrical engineer... I guess for that matter many hardware emulation designers aren't either as paddle support is sorely lacking from most game/computer on a chip/FPGA emulation units. :-/
Re: (Score:2)
ADC seems pretty cheap, straightforward and common in the kind of FPGA board you'd put in a PC and run an Atari simulation on.
The real question is whether ANTIC, POKEY and other complex circuits are available as FPGA cores, since a 6502 core is available [6502.org].
More surpirsing than that... (Score:2)
Re: (Score:3)
I loved my TI99/4A ... I still have it somewhere. I didn't realize there was an active group for it, but its still an awfully advanced system for its era.
Re: (Score:1)
Yes, it was.. Real 16-bit even, though only the stock 256 byte system RAM (yes people, 256 BYTES) is on the 16 bit bus, but it's SRAM and runs at full processor speed (like L1 cache in todays processors)... I have an extra 32K of ram installed on one of mine directly on the 16-bit system bus... That would have cost a fortune back then, now it's just a few chips from the junk box! :)
Re: (Score:3)
Did you disable the wait states for the extra 32K RAM? I seem to recall that it did an address decode, and if the access was to the 8-bit bus and not to the VDP, it threw in a ton of wait states.
Re: (Score:2)
I had the 4K expansion with the voice output system for mine, cost an additional $400 or something. It was pretty crazy.
Re: (Score:2)
That was my first home computer and so it'll always have that special place in my memories, but that thing wasn't very useful when it was still current. I can't imagine trying to do anything useful with it now.
You must not have had a PEB... With the Peripheral Expansion Box the 99/4A was capable of similar performance to the early PCs.
Even more surprising than that: There's an active TI-99/4A group? Really?
Yes, there are those of us still active in various old computer projects, building IDE disk interfaces, etc. to allow easy use of these fun old boxen.... I've built my own CROM/GROM emulator for the TI (someone else designed an IDE interface but I haven't built one for myself yet) and I'm currently designing and building an IDE disk interface for the old WANG 2200 minicomputer line
TI99/4a, how I miss thee. (Score:2)
Re: (Score:1)
Yes, I don't have my original either (parents threw it away long ago without my knowledge) but I have 3 I picked up on eBay for a song... Go get one and a Munch Man cartridge and have fun... :)
Re: (Score:2)
Sorry to hear that.
Really. It was an overpriced, dismal performing machine that while had a lot of technical promise, it was severely handicapped and was not worthy of being designed by TI.
There is a reason they could barely give them away towards the end, while other 8-bit machines were still selling like hotcakes.
And yes, i had one when they were new and its still part of my collection, and it NEVER gets turned on, because well, to be honest, it sucked.
Re: (Score:2)
Grrr /. really needs a 'edit' feature.. I know it was 16 bit, but was during the 8 bit market.. Thats what i meant above.
Re: (Score:2)
The ColecoVision didnt use a 9918A (Score:2)
it used a TMS9928A, hand over your nerd card now!
ok its the same chip just with RGB output though the Coleco didnt use RGB, which has really confused me, most of the computers use the 18 which spits out compostite, where RGB would be preferred, the Coleco used an RGB chip and summed it together into composite, talk about ass backwards.
Re:The ColecoVision didnt use a 9918A (Score:4, Interesting)
It's not really RGB output, but rather Y, Y - R and Y - B luma/color difference signals -- actually frightfully close to S-video. But I'm pretty sure they had an app note back in the day that showed how to sum those to get RGB almost trivially.
The reason they went with the 9928A (and later 9128A) was to avoid the "rainbow effect" that was is prominent on the 9918A. See, the 9918A didn't flip the chroma carrier field-to-field, which leads to reinforcing chroma errors. That's also why you couldn't use the EXT VIDEO input on the 9918A to mix with arbitrary video sources (say, for a video overlay), but you could use it to daisy-chain VDPs to get more sprites and such.
Re: (Score:1)
This board also replaces the TMS9928:
"The F18A is a pin-compatible replacement for the TMS9918A, 9928, and 9929 Video Data Processors"
Re: (Score:1)
thanks captain obvious
Now all I need is a retro-cassette tape player (Score:1)
If only I can find all my old TI-99/4A tapes, I can play my old Pac-Mac knockoff.
I'm tired just thinking about it, and bored already.
AHA! Can fix my 99/4A! (Score:1)
Heh! Perfect! I have three TI-99/4A machines and one has only B&W output because the 9918 is frizzafrazzed.. This will let me "upgrade" that one to VGA output! Sweet... lol
Re: (Score:2)
you know recycled stock of these things come up all the time for less than 10 bucks, the only advantage here is the monitor bandwidth if they didnt fuck up their sampling, which is very easy to do
Re: (Score:1)
you know recycled stock of these things come up all the time for less than 10 bucks
Oh, I know... I just never bothered because I have three 99/4As and it still works, just not color and could be useful for parts if one of the ones I actually play with (one is original, one is modded) have a problem. Now if I buy one of these, it's $10 saved by not buying a 9918. :) I had always thought of getting one of the later Yamaha chips like used in the Geneve, can do a little board for one of those with 128k or 192k of video RAM and do whatever it was, 512x512 graphics... I don't have a Myarc so
If you think THAT's cool...check this out... (Score:4, Interesting)
http://spiflash.org/block/15.html [spiflash.org]
The VBXE video board for Atari 8-bit XL and XE machines. Will do 15khz RGB and VGA out and coexists with and extends the original video coprocessor chips (ANTIC and GTIA) providing a blitter and extending the color palette. Enhanced sprites too and more stuff. The Atari graphics chipset was much more programmable and flexible than this thing though every machine deserves to still have modern video output options. The Atari 8-bit is kinda like a baby Amiga in ways.
We can go all the way back to 1840 (Score:1)
from wikipedia 2012.02.12 'Planned Obsolescence'
In Democracy in America (1840), Alexis de Tocqueville noted the rise of planned obsolescence in the United States: "I accost an American sailor, and I inquire why the ships of his country are built so as to last but for a short time; he answers without hesitation that the art of navigation is every day making such rapid progress, that the finest vessel would become almost useless if it lasted beyond a certain number of years."
Now I deal in used VGA and SVGA
Re: (Score:3)
uh if you have ever used one of these shitty chi-co video samplers you would find the video quality was worse than plugging the composite signal into the antenna input of a 1977 black and white portable