码迷,mamicode.com
首页 > 其他好文 > 详细

Bitbox : a small open, DIY 32 bit VGA console

时间:2015-08-26 21:59:04      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

Bitbox : a small open, DIY 32 bit VGA console

Hi all,

 

I‘ve been developing a simple DIY console and a participant of the project and of this message board just told me you guys could be interested about my little homemade console. Of course, it‘s all open & hardware design & software sources are available (on github).

 

It‘s a one-chip stm32f4 based console (+ a few passives), which has the following abilities :

- 640x480 @ 32768 colors, 60Hz VGA screen output

- 1M flash, 192 kB RAM (yes, kilo)

- stereo sound (8 or 12 bits, usually 12)

- micro SD card reader

- 2 USB hosts, compatible with mice, keyboards and USB gamepads

- expansion port for .. whatever (I2C, SPI, UART, GPIO)

- USB device for power or maybe bootloader upgrades.

 

Everything is generated by software "racing the beam", i.e. no specialized GPU or any other chip than the microcontroller. Thus, nothing is set in stone, you can tweak anything.

 

What it is capable of :

 

- full graphical bootloader operated by gamepads (ability to select and flash games from micro-sd)

- play videos (special format, see blog post) from the sd card

- play .mod files (from sd card, larger than memory)

- run a gameboy emulator ! (based on gnuboy) - I should port other emulators maybe  spectrum, NES ?

- run some native games  -  still not enough, always doing some more

- ... more to come !

- has a simulator to program games on PC (source compatible with API, SDL-based) and then test on device.

 

More info at  : http://bitboxconsole.blogspot.com/

技术分享

 

Bitbox : a small open, DIY 32 bit VGA console

标签:

原文地址:http://www.cnblogs.com/shangdawei/p/4761530.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!