Skip to content

Commit

Permalink
Fixed support for the MiSTer to JAMMA DB15 SNAC adapter:
Browse files Browse the repository at this point in the history
Fixed support for the MiSTer to JAMMA DB15 SNAC adapter: https://es.aliexpress.com/item/1005005002230586.html?gatewayAdapt=glo2esp
  • Loading branch information
RndMnkIII committed Jul 18, 2024
1 parent 97fe479 commit 43c64ba
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Analogizer V1.0 [24/03/2024]: Analogizer initial support for RGBS,RGsB and YPbPr.
* Analogizer v1.1 [31/05/2024]: Added Y/C and Scandoubler SVGA video output.
* Analogizer v1.1.1 [18/07/2024]: Fixed support for the MiSTer to JAMMA DB15 SNAC adapter: https://es.aliexpress.com/item/1005005002230586.html?gatewayAdapt=glo2esp


Adapted to Analogizer by [@RndMnkIII](https://github.com/RndMnkIII) based on **Mazamars312** Neogeo for Pocket (0.8.1) Core.

Expand Down
Binary file modified dist_Analogizer/Cores/Mazamars312.NeoGeo_Analogizer/Core.rbf_r
Binary file not shown.
4 changes: 2 additions & 2 deletions dist_Analogizer/Cores/Mazamars312.NeoGeo_Analogizer/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"description": "[ANALOGIZER] Neogeo cart based core",
"author": "Mazamars312",
"url": "https://github.com/RndMnkIII/Analogizer_Mazamars312_Neogeo_0.8.1",
"version": "1.1",
"date_release": "2024-05-31"
"version": "1.1.1",
"date_release": "2024-07-18"
},
"framework": {
"target_product": "Analogue Pocket",
Expand Down
4 changes: 2 additions & 2 deletions src/NeoGeo Cart/Video_change.sopcinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<EnsembleReport name="Video_change" kind="Video_change" version="1.0" fabric="QSYS">
<!-- Format version 18.1 625 (Future versions may contain additional information.) -->
<!-- 2024.05.31.21:33:10 -->
<!-- 2024.07.17.20:23:44 -->
<!-- A collection of modules and connections -->
<parameter name="AUTO_GENERATION_ID">
<type>java.lang.Integer</type>
<value>1717183989</value>
<value>1721240624</value>
<derived>false</derived>
<enabled>true</enabled>
<visible>false</visible>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ module openFPGA_Pocket_Analogizer_SNAC #(parameter MASTER_CLK_FREQ=50_000_000)
.o_clk(SERLAT_SNAC_OUT1), //shared for 2 controllers
.o_clk2(SNAC_IO5_A),
.o_lat(SERLAT_SNAC_OUT2), //shared for 2 controllers
.i_dat1(SNAC_IO3_A), //data from controller 1
.i_dat1((game_cont_type == 5'h1 || game_cont_type == 5'h9) ? SNAC_IO3_A & SNAC_IO6_A : SNAC_IO3_A ), //data from controller 1
.i_dat2(SNAC_IN7) //data from controller 2
);

Expand Down
6 changes: 3 additions & 3 deletions src/NeoGeo Cart/apf/build_id.mif
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ DATA_RADIX = HEX;
CONTENT
BEGIN

0E0 : 20240531;
0E1 : 00213248;
0E2 : 23874cc4;
0E0 : 20240717;
0E1 : 00202322;
0E2 : af5bb6f2;

END;
4 changes: 2 additions & 2 deletions src/NeoGeo Cart/cram_clock_en.sopcinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<EnsembleReport name="cram_clock_en" kind="cram_clock_en" version="1.0" fabric="QSYS">
<!-- Format version 18.1 625 (Future versions may contain additional information.) -->
<!-- 2024.05.31.21:33:19 -->
<!-- 2024.07.17.20:23:55 -->
<!-- A collection of modules and connections -->
<parameter name="AUTO_GENERATION_ID">
<type>java.lang.Integer</type>
<value>1717183999</value>
<value>1721240635</value>
<derived>false</derived>
<enabled>true</enabled>
<visible>false</visible>
Expand Down
Binary file added src/NeoGeo Cart/output_files/Core.rbf_r
Binary file not shown.
Binary file modified src/NeoGeo Cart/output_files/ap_core.rbf
Binary file not shown.
Binary file modified src/NeoGeo Cart/output_files/ap_core.sof
Binary file not shown.

0 comments on commit 43c64ba

Please sign in to comment.