Skip to content

Commit

Permalink
initial UAReloaded version
Browse files Browse the repository at this point in the history
  • Loading branch information
rampa069 committed Oct 20, 2020
0 parents commit 08645d5
Show file tree
Hide file tree
Showing 131 changed files with 33,369 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
db
greybox_tmp
incremental_db
output_files
simulation
hc_output
scaler
hps_isw_handoff
vip
*_sim
.qsys_edit
PLLJ_PLLSPE_INFO.txt
*.bak
*.orig
*.rej
*.qdf
*.rpt
*.smsg
*.summary
*.done
*.jdi
*.pin
*.sof
*.qws
*.ppf
*.ddb
build_id.v
c5_pin_model_dump.txt
*.sopcinfo
*.csv
*.f
*.cmp
*.sip
*.spd
*.bsf
*~
*.xml
*_netlist
*.cdf
synth/UAReloaded/out/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "synth/UAReloaded/UAReloaded-modules"]
path = synth/UAReloaded/UAReloaded-modules
url = [email protected]:UnAmigaReloaded-fpga/UAReloaded-modules.git
1 change: 1 addition & 0 deletions NES.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OPTIONS=0,112,140,96,129,40,48,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# nes
This is a port of Luddes NES core to the MIST. See his FPGANES blog at http://fpganes.blogspot.de for details. The original source code can be found at https://github.com/strigeus/fpganes.
Many changes ported from https://github.com/MiSTer-devel/NES_MiSTer.

## UnAmiga Reloaded Port
Ported from the mc2 version (Victor Trucco) by Benitoss and Rampa
14 changes: 14 additions & 0 deletions powerpak_nsf/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Loopy's NSF Player
------------------

Use asm6 to compile:

asm6 nsf.asm

Strip header:

dd if=nsf.bin of=nsf.rom bs=1 skip=16 count=4096

Convert to hex:

srec_cat nsf.rom -bin -Output nsf.hex -vmem 8
Binary file added powerpak_nsf/font.chr
Binary file not shown.
Loading

0 comments on commit 08645d5

Please sign in to comment.