8086 based game console

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: 8086 based game console

Post by Solar »

OSwhatever wrote:The coin-up was basically having its golden years in the 80s and the HW is basically based on that era.
...because by mid-1980, the arcade market was dead, dead, dead.
Every good solution is obvious once you've found it.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: 8086 based game console

Post by Solar »

What about Japan?

(You might want to note that I, a once-die-hard Amiga fan, would say that the Amiga died in 1994, which is somewhat different from what the die-hard fans of today would tell you. I don't wait for the last breath of a computer platform; being left behind in the dust is enough for me to declare deceasement.)
Every good solution is obvious once you've found it.
User avatar
AndrewAPrice
Member
Member
Posts: 2298
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: 8086 based game console

Post by AndrewAPrice »

Solar wrote:
OSwhatever wrote:The coin-up was basically having its golden years in the 80s and the HW is basically based on that era.
...because by mid-1980, the arcade market was dead, dead, dead.
Out Run - 1986
Mortal Kombat - 1992
Daytona USA - 1993
Virtua Cop - 1993
House of the Dead - 1996
Dance Dance Revolution - 1998

Nowdays, it's usually a mid-range gaming PC inside running Windows Embedded (sometimes full Windows, rarely Linux), and a high resolution LCD monitor: http://www.flickr.com/photos/31029865@N06/6979106819/

Video arcades are still popular in Australia. You generally find them near movie theatres, and those 1980 games are rare compared to the modern HD-era/LCD ones.
My OS is Perception.
User avatar
miker00lz
Member
Member
Posts: 144
Joined: Wed Dec 08, 2010 3:16 am
Location: St. Louis, MO USA

Re: 8086 based game console

Post by miker00lz »

an 8086-based game console is actually kind of an interesting idea. not that it would be marketable, but it would be a fun little toy to design. you wouldn't even need multiple CPUs. just a single 8086 combined with a decent hardware tile/sprite video generator could blow away the NES.

throw in sound circuitry like what a sound blaster has, and you're set.
Rudster816
Member
Member
Posts: 141
Joined: Thu Jun 17, 2010 2:36 am

Re: 8086 based game console

Post by Rudster816 »

miker00lz wrote:an 8086-based game console is actually kind of an interesting idea. not that it would be marketable, but it would be a fun little toy to design. you wouldn't even need multiple CPUs. just a single 8086 combined with a decent hardware tile/sprite video generator could blow away the NES.

throw in sound circuitry like what a sound blaster has, and you're set.
You can't get 8086's anymore. They're also a nightmare to wire up because the address\data lines are multiplexed. There was a chip that demultiplexed them for you, but I'm sure that's even harder to find than the 8086.

If you want to create an x86 console, I'd go with something like this

http://www.newegg.com/Product/Product.a ... 6813157228

My laptop is an E-450 based system, and the power usage idling is quite a bit below 10 watts for the entire system. I'm not sure how well the GPU is documented though (if at all), so you might get stuck using just the CPU. If you run long mode though, you'll have the 16 XMM registers to play with though.
User avatar
miker00lz
Member
Member
Posts: 144
Joined: Wed Dec 08, 2010 3:16 am
Location: St. Louis, MO USA

Re: 8086 based game console

Post by miker00lz »

Rudster816 wrote:
miker00lz wrote:an 8086-based game console is actually kind of an interesting idea. not that it would be marketable, but it would be a fun little toy to design. you wouldn't even need multiple CPUs. just a single 8086 combined with a decent hardware tile/sprite video generator could blow away the NES.

throw in sound circuitry like what a sound blaster has, and you're set.
You can't get 8086's anymore. They're also a nightmare to wire up because the address\data lines are multiplexed. There was a chip that demultiplexed them for you, but I'm sure that's even harder to find than the 8086.

If you want to create an x86 console, I'd go with something like this

http://www.newegg.com/Product/Product.a ... 6813157228

My laptop is an E-450 based system, and the power usage idling is quite a bit below 10 watts for the entire system. I'm not sure how well the GPU is documented though (if at all), so you might get stuck using just the CPU. If you run long mode though, you'll have the 16 XMM registers to play with though.
i designed/built an 8088-based SBC, and you're right they're a pain in the @$$ to wire up. i had to get almost all of the parts i needed from old, dead motherboards.
Post Reply