mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-26 03:51:07 +00:00
Rebuild offline Copy
This commit is contained in:
@@ -7,9 +7,9 @@ Need a Reset after Rom Switch
|
||||
|
||||
Uses the TV80 Z80 core by Guy Hutchison.
|
||||
|
||||
Includes Dottori Kun, Dottori Man and Mine Sweeper
|
||||
|
||||
|
||||
Usage F1: Test Mode(Switch Items with F2 and select with F1)
|
||||
Usage F1: Test Mode(Switch Items with F2 and select with F1) Used for Coin In
|
||||
F2: Start
|
||||
Space: Button1(or Joystick Button(1))
|
||||
ESC: Button2(or Joystick Button(2))
|
||||
|
||||
Binary file not shown.
@@ -20,7 +20,7 @@ module DottoriKun_MiST(
|
||||
|
||||
localparam CONF_STR = {
|
||||
"DottoriKun;;",
|
||||
"O12,ROM ,Old,Old,New,Mod;",
|
||||
"O12,ROM ,ORIG,ORIG,MINE,PACM;",
|
||||
"O34,Scandoubler Fx,None,HQ2x,CRT 25%,CRT 50%;",
|
||||
"T6,Reset;",
|
||||
"V,v1.00.",`BUILD_DATE
|
||||
|
||||
@@ -84,9 +84,9 @@ module ROM2 (
|
||||
altsyncram_component.clock_enable_input_a = "BYPASS",
|
||||
altsyncram_component.clock_enable_output_a = "BYPASS",
|
||||
`ifdef NO_PLI
|
||||
altsyncram_component.init_file = "../rtl/roms/Dottori2.rif"
|
||||
altsyncram_component.init_file = "../rtl/roms/Minesweep.rif"
|
||||
`else
|
||||
altsyncram_component.init_file = "../rtl/roms/Dottori2.hex"
|
||||
altsyncram_component.init_file = "../rtl/roms/Minesweep.hex"
|
||||
`endif
|
||||
,
|
||||
altsyncram_component.intended_device_family = "Cyclone III",
|
||||
@@ -123,7 +123,7 @@ endmodule
|
||||
// Retrieval info: PRIVATE: JTAG_ENABLED NUMERIC "0"
|
||||
// Retrieval info: PRIVATE: JTAG_ID STRING "NONE"
|
||||
// Retrieval info: PRIVATE: MAXIMUM_DEPTH NUMERIC "0"
|
||||
// Retrieval info: PRIVATE: MIFfilename STRING "../rtl/roms/Dottori2.hex"
|
||||
// Retrieval info: PRIVATE: MIFfilename STRING "../rtl/roms/Minesweep.hex"
|
||||
// Retrieval info: PRIVATE: NUMWORDS_A NUMERIC "16384"
|
||||
// Retrieval info: PRIVATE: RAM_BLOCK_TYPE NUMERIC "0"
|
||||
// Retrieval info: PRIVATE: RegAddr NUMERIC "1"
|
||||
@@ -138,7 +138,7 @@ endmodule
|
||||
// Retrieval info: CONSTANT: ADDRESS_ACLR_A STRING "NONE"
|
||||
// Retrieval info: CONSTANT: CLOCK_ENABLE_INPUT_A STRING "BYPASS"
|
||||
// Retrieval info: CONSTANT: CLOCK_ENABLE_OUTPUT_A STRING "BYPASS"
|
||||
// Retrieval info: CONSTANT: INIT_FILE STRING "../rtl/roms/Dottori2.hex"
|
||||
// Retrieval info: CONSTANT: INIT_FILE STRING "../rtl/roms/Minesweep.hex"
|
||||
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone III"
|
||||
// Retrieval info: CONSTANT: LPM_HINT STRING "ENABLE_RUNTIME_MOD=NO"
|
||||
// Retrieval info: CONSTANT: LPM_TYPE STRING "altsyncram"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,7 @@ Arcade Cores
|
||||
Burger Time
|
||||
|
||||
#Dottori-Kun Hardware
|
||||
Dottori Kun / Dottori-Man Jr
|
||||
Dottori Kun / Dottori-Man Jr / Mine Sweeper (3in1Game)
|
||||
|
||||
#Galaxian Hardware
|
||||
Azurian Attack
|
||||
|
||||
Reference in New Issue
Block a user