Skip to content

Commit

Permalink
ceanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ben0109 committed May 5, 2012
1 parent 5747c35 commit 5f01c7c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README
@@ -0,0 +1,18 @@
Papilio-Master-System is a recreation of the Sega Master System on a FPGA.

Three compiled versions are provided :
1) sms_vga_final.bit, for use with a 8 color VGA output wing
2) sms_tv_final.bit, for use with a TV wing, producing NTSC signal
3) sms_megawing_final.bit, for use with a megawing.

The wings layout for sms_vga and sms_tv are as follow:
AL: joystick wing (note: you'll need a two button joystick)
AH: VGA wing (for the sms_vga version)
BL: micro SD wing (optional, see note on the megawing version)
BH: audio wing
CL: free (reserved for the to-be-implemented second joystick port)
CH: TV wing (for the sms_tv version)

Note: The Megawing version will provide the best image, but you'll have to upload the rom to the SRAM chip through USB (see my modified version of papilio-prog). The two other versions can read the rom files from a FAT16 formatted SD card.


2 changes: 1 addition & 1 deletion vhdl/Makefile
@@ -1,4 +1,4 @@
TARGETS := sms_vga sms_tv
TARGETS := sms_vga sms_tv sms_megawing

MEM_FILE:=../bootloader/all.mem
DUT := xc6slx9tqg144-3
Expand Down

0 comments on commit 5f01c7c

Please sign in to comment.