Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/libsnes/s_cpu_coregen/readme.txt
2 views
1
this code was used to aid in the creation of r4203. it's not really production quality, and two generate steps are involved with manual
2
editing inbetween each.
3
4
rough outline of functionality:
5
6
1. in Program.cs, uncomment "PHASE 1" and comment "PHASE 2".
7
run the program and redirect stdout to "out.cpp"
8
2. edit "out.cpp" to produce "fixed.cpp". as fixed.cpp is included
9
in the svn commit, i won't provide any other details.
10
3. in Program.cs, uncomment "PHASE 2" and comment "PHASE 1".
11
run the program and redirect stdout. to "uop.cpp"
12
4. fix up "uop.cpp" by hand, and integrate it into the bsnes source tree.
13
14
15