-
Notifications
You must be signed in to change notification settings - Fork 10
/
Arcade-IremM72.sv
841 lines (706 loc) · 21.6 KB
/
Arcade-IremM72.sv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
//============================================================================
// Irem M72 for MiSTer FPGA
//
// Copyright (C) 2022 Martin Donlon
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 of the License, or (at your option)
// any later version.
//
// This program is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
//============================================================================
import m72_pkg::*;
module emu
(
//Master input clock
input CLK_50M,
//Async reset from top-level module.
//Can be used as initial reset.
input RESET,
//Must be passed to hps_io module
inout [48:0] HPS_BUS,
//Base video clock. Usually equals to CLK_SYS.
output CLK_VIDEO,
//Multiple resolutions are supported using different CE_PIXEL rates.
//Must be based on CLK_VIDEO
output CE_PIXEL,
//Video aspect ratio for HDMI. Most retro systems have ratio 4:3.
//if VIDEO_ARX[12] or VIDEO_ARY[12] is set then [11:0] contains scaled size instead of aspect ratio.
output [12:0] VIDEO_ARX,
output [12:0] VIDEO_ARY,
output [7:0] VGA_R,
output [7:0] VGA_G,
output [7:0] VGA_B,
output VGA_HS,
output VGA_VS,
output VGA_DE, // = ~(VBlank | HBlank)
output VGA_F1,
output [1:0] VGA_SL,
output VGA_SCALER, // Force VGA scaler
output VGA_DISABLE, // analog out is off
input [11:0] HDMI_WIDTH,
input [11:0] HDMI_HEIGHT,
output HDMI_FREEZE,
`ifdef MISTER_FB
// Use framebuffer in DDRAM (USE_FB=1 in qsf)
// FB_FORMAT:
// [2:0] : 011=8bpp(palette) 100=16bpp 101=24bpp 110=32bpp
// [3] : 0=16bits 565 1=16bits 1555
// [4] : 0=RGB 1=BGR (for 16/24/32 modes)
//
// FB_STRIDE either 0 (rounded to 256 bytes) or multiple of pixel size (in bytes)
output FB_EN,
output [4:0] FB_FORMAT,
output [11:0] FB_WIDTH,
output [11:0] FB_HEIGHT,
output [31:0] FB_BASE,
output [13:0] FB_STRIDE,
input FB_VBL,
input FB_LL,
output FB_FORCE_BLANK,
`ifdef MISTER_FB_PALETTE
// Palette control for 8bit modes.
// Ignored for other video modes.
output FB_PAL_CLK,
output [7:0] FB_PAL_ADDR,
output [23:0] FB_PAL_DOUT,
input [23:0] FB_PAL_DIN,
output FB_PAL_WR,
`endif
`endif
output LED_USER, // 1 - ON, 0 - OFF.
// b[1]: 0 - LED status is system status OR'd with b[0]
// 1 - LED status is controled solely by b[0]
// hint: supply 2'b00 to let the system control the LED.
output [1:0] LED_POWER,
output [1:0] LED_DISK,
// I/O board button press simulation (active high)
// b[1]: user button
// b[0]: osd button
output [1:0] BUTTONS,
input CLK_AUDIO, // 24.576 MHz
output [15:0] AUDIO_L,
output [15:0] AUDIO_R,
output AUDIO_S, // 1 - signed audio samples, 0 - unsigned
output [1:0] AUDIO_MIX, // 0 - no mix, 1 - 25%, 2 - 50%, 3 - 100% (mono)
//ADC
inout [3:0] ADC_BUS,
//SD-SPI
output SD_SCK,
output SD_MOSI,
input SD_MISO,
output SD_CS,
input SD_CD,
//High latency DDR3 RAM interface
//Use for non-critical time purposes
output DDRAM_CLK,
input DDRAM_BUSY,
output [7:0] DDRAM_BURSTCNT,
output [28:0] DDRAM_ADDR,
input [63:0] DDRAM_DOUT,
input DDRAM_DOUT_READY,
output DDRAM_RD,
output [63:0] DDRAM_DIN,
output [7:0] DDRAM_BE,
output DDRAM_WE,
//SDRAM interface with lower latency
output SDRAM_CLK,
output SDRAM_CKE,
output [12:0] SDRAM_A,
output [1:0] SDRAM_BA,
inout [15:0] SDRAM_DQ,
output SDRAM_DQML,
output SDRAM_DQMH,
output SDRAM_nCS,
output SDRAM_nCAS,
output SDRAM_nRAS,
output SDRAM_nWE,
`ifdef MISTER_DUAL_SDRAM
//Secondary SDRAM
//Set all output SDRAM_* signals to Z ASAP if SDRAM2_EN is 0
input SDRAM2_EN,
output SDRAM2_CLK,
output [12:0] SDRAM2_A,
output [1:0] SDRAM2_BA,
inout [15:0] SDRAM2_DQ,
output SDRAM2_nCS,
output SDRAM2_nCAS,
output SDRAM2_nRAS,
output SDRAM2_nWE,
`endif
input UART_CTS,
output UART_RTS,
input UART_RXD,
output UART_TXD,
output UART_DTR,
input UART_DSR,
// Open-drain User port.
// 0 - D+/RX
// 1 - D-/TX
// 2..6 - USR2..USR6
// Set USER_OUT to 1 to read from USER_IN.
input [6:0] USER_IN,
output [6:0] USER_OUT,
input OSD_STATUS
);
///////// Default values for ports not used in this core /////////
assign ADC_BUS = 'Z;
assign USER_OUT = '1;
assign {UART_RTS, UART_TXD, UART_DTR} = 0;
assign {SD_SCK, SD_MOSI, SD_CS} = 'Z;
assign CLK_VIDEO = CLK_32M;
assign VGA_F1 = 0;
assign VGA_SCALER = 0;
assign VGA_DISABLE = 0;
assign AUDIO_S = 1;
assign AUDIO_MIX = 0;
assign LED_DISK = 0;
assign LED_POWER = 0;
assign BUTTONS = 0;
//////////////////////////////////////////////////////////////////
wire [1:0] ar = status[2:1];
wire [1:0] scandoubler_fx = status[4:3];
wire [1:0] scale = status[6:5];
wire pause_in_osd = status[7];
wire system_pause;
assign VGA_SL = scandoubler_fx;
assign HDMI_FREEZE = 0; //system_pause;
wire en_layer_a = ~status[64];
wire en_layer_b = ~status[65];
wire en_sprites = ~status[66];
wire en_layer_palette = ~status[67];
wire en_sprite_palette = ~status[68];
wire dbg_sprite_freeze = status[69];
wire en_audio_filters = ~status[70];
video_timing_t video_timing;
assign video_timing = video_timing_t'(status[9:8]);
// If video timing changes, force mode update
reg [1:0] video_status;
reg new_vmode = 0;
always @(posedge clk_sys) begin
if (video_status != status[9:8]) begin
video_status <= status[9:8];
new_vmode <= ~new_vmode;
end
end
`include "build_id.v"
localparam CONF_STR = {
"M72;;",
"-;",
"P1,Video Settings;",
"P1O[2:1],Aspect ratio,Original,Full Screen,[ARC1],[ARC2];",
"P1O[4:3],Scandoubler Fx,None,CRT 25%,CRT 50%,CRT 75%;",
"P1O[6:5],Scale,Normal,V-Integer,Narrower HV-Integer,Wider HV-Integer;",
"P1-;",
"P1O[9:8],Video Timing,Normal(55Hz),50Hz,57Hz,60Hz;",
"P1O[10],Orientation,Horz,Vert;",
"P1-;",
"d1P1O[11],240p Crop,Off,On;",
"d2P1O[16:12],Crop Offset,0,1,2,3,4,5,6,7,8,-8,-7,-6,-5,-4,-3,-2,-1;",
"P1-;",
"P1O[20:17],Analog Video H-Pos,0,-1,-2,-3,-4,-5,-6,-7,8,7,6,5,4,3,2,1;",
"P1O[24:21],Analog Video V-Pos,0,-1,-2,-3,-4,-5,-6,-7,8,7,6,5,4,3,2,1;",
"-;",
"O[7],OSD Pause,Off,On;",
"O[25],Autosave Hiscores,Off,On;",
"-;",
"DIP;",
"-;",
"P2,Debug;",
"P2-;",
"P2O[64],Layer A,On,Off;",
"P2O[65],Layer B,On,Off;",
"P2O[66],Sprites,On,Off;",
"P2O[67],Layer Palette,On,Off;",
"P2O[68],Sprite Palette,On,Off;",
"P2O[69],Sprite Freeze,Off,On;",
"P2O[70],Audio Filtering,On,Off;",
"-;",
"T[0],Reset;",
"DEFMRA,/_Arcade/m72.mra;",
"V,v",`BUILD_DATE
};
wire forced_scandoubler;
wire [1:0] buttons;
wire [128:0] status;
wire [10:0] ps2_key;
wire ioctl_download;
wire ioctl_upload;
wire ioctl_upload_req;
wire [7:0] ioctl_index;
wire ioctl_wr;
wire [24:0] ioctl_addr;
wire [7:0] ioctl_dout;
wire [7:0] ioctl_din;
wire ioctl_wait;
wire [15:0] joystick_0, joystick_1;
wire [15:0] joy = joystick_0 | joystick_1;
wire [21:0] gamma_bus;
wire direct_video;
wire video_rotated;
wire no_rotate = ~status[10];
wire flip = 0;
wire rotate_ccw = 1;
wire allow_crop_240p = ~forced_scandoubler && scale == 0;
wire crop_240p = allow_crop_240p & status[11];
wire [4:0] crop_offset = status[16:12] < 9 ? {status[16:12]} : ( status[16:12] + 5'd15 );
wire clk_sys = CLK_32M;
hps_io #(.CONF_STR(CONF_STR)) hps_io
(
.clk_sys(clk_sys),
.HPS_BUS(HPS_BUS),
.EXT_BUS(),
.gamma_bus(gamma_bus),
.direct_video(direct_video),
.forced_scandoubler(forced_scandoubler),
.new_vmode(new_vmode),
.video_rotated(video_rotated),
.buttons(buttons),
.status(status),
.status_menumask({crop_240p, allow_crop_240p, direct_video}),
.ioctl_download(ioctl_download),
.ioctl_upload(ioctl_upload),
.ioctl_upload_req(ioctl_upload_req),
.ioctl_wr(ioctl_wr),
.ioctl_addr(ioctl_addr),
.ioctl_dout(ioctl_dout),
.ioctl_din(ioctl_din),
.ioctl_index(ioctl_index),
.ioctl_wait(ioctl_wait),
.joystick_0(joystick_0),
.joystick_1(joystick_1),
.ps2_key(ps2_key)
);
/////////////////////// CLOCKS ///////////////////////////////
wire CLK_32M;
wire CLK_96M;
wire pll_locked;
pll pll
(
.refclk(CLK_50M),
.rst(0),
.outclk_0(CLK_96M),
.outclk_1(CLK_32M),
.locked(pll_locked),
.reconfig_to_pll(reconfig_to_pll),
.reconfig_from_pll(reconfig_from_pll)
);
wire [63:0] reconfig_to_pll;
wire [63:0] reconfig_from_pll;
wire cfg_waitrequest;
reg cfg_write;
reg [5:0] cfg_address;
reg [31:0] cfg_data;
pll_cfg pll_cfg
(
.mgmt_clk(CLK_50M),
.mgmt_reset(0),
.mgmt_waitrequest(cfg_waitrequest),
.mgmt_read(0),
.mgmt_readdata(),
.mgmt_write(cfg_write),
.mgmt_address(cfg_address),
.mgmt_writedata(cfg_data),
.reconfig_to_pll(reconfig_to_pll),
.reconfig_from_pll(reconfig_from_pll)
);
localparam PLL_PARAM_COUNT = 7;
// 96Mhz, 32Mhz
wire [31:0] PLL_55HZ[PLL_PARAM_COUNT * 2] = '{
'h0, 'h0, // set waitrequest mode
'h4, 'h1818, // M COUNTER
'h3, 'h20302, // N COUNTER
'h5, 'h20302, // C0 COUNTER
'h5, 'h60807, // C1 COUNTER
'h8, 'h4, // BANDWIDTH SETTING
'h2, 'h0 // start reconfigure
};
// 99.450549 Mhz, 33.150183 Mhz
wire [31:0] PLL_57HZ[PLL_PARAM_COUNT * 2] = '{
'h0, 'h0, // set waitrequest mode
'h4, 'h25b5a, // M COUNTER
'h3, 'h20403, // N COUNTER
'h5, 'h20706, // C0 COUNTER
'h5, 'h61413, // C1 COUNTER
'h8, 'h3, // BANDWIDTH SETTING
'h2, 'h0 // start reconfigure
};
// 104.687500 Mhz, 34.895833 Mhz
wire [31:0] PLL_60HZ[PLL_PARAM_COUNT * 2] = '{
'h0, 'h0, // set waitrequest mode
'h4, 'h22221, // M COUNTER
'h3, 'h202, // N COUNTER
'h5, 'h404, // C0 COUNTER
'h5, 'h40c0c, // C1 COUNTER
'h8, 'h6, // BANDWIDTH SETTING
'h2, 'h0 // start reconfigure
};
video_timing_t video_timing_lat = VIDEO_55HZ;
reg reconfig_pause = 0;
always @(posedge CLK_50M) begin
reg [3:0] param_idx = 0;
reg [7:0] reconfig = 0;
cfg_write <= 0;
if (pll_locked & ~cfg_waitrequest) begin
pll_init_locked <= 1;
if (&reconfig) begin // do reconfig
case(video_timing_lat)
VIDEO_50HZ: begin
cfg_address <= PLL_55HZ[param_idx * 2 + 0][5:0];
cfg_data <= PLL_55HZ[param_idx * 2 + 1];
end
VIDEO_55HZ: begin
cfg_address <= PLL_55HZ[param_idx * 2 + 0][5:0];
cfg_data <= PLL_55HZ[param_idx * 2 + 1];
end
VIDEO_57HZ: begin
cfg_address <= PLL_57HZ[param_idx * 2 + 0][5:0];
cfg_data <= PLL_57HZ[param_idx * 2 + 1];
end
VIDEO_60HZ: begin
cfg_address <= PLL_60HZ[param_idx * 2 + 0][5:0];
cfg_data <= PLL_60HZ[param_idx * 2 + 1];
end
endcase
cfg_write <= 1;
param_idx <= param_idx + 4'd1;
if (param_idx == PLL_PARAM_COUNT - 1) reconfig <= 8'd0;
end else if (video_timing != video_timing_lat) begin // new timing requested
video_timing_lat <= video_timing;
reconfig <= 8'd1;
reconfig_pause <= 1;
param_idx <= 0;
end else if (|reconfig) begin // pausing before reconfigure
reconfig <= reconfig + 8'd1;
end else begin
reconfig_pause <= 0; // unpause once pll is locked again
end
end
end
wire reset = RESET | status[0] | buttons[1] | ~pll_init_locked;
///////////////////////////////////////////////////////////////////////
// SDRAM
///////////////////////////////////////////////////////////////////////
wire [63:0] sdr_sprite_dout;
wire [24:0] sdr_sprite_addr;
wire sdr_sprite_req, sdr_sprite_rdy;
wire [31:0] sdr_bg_dout;
wire [24:0] sdr_bg_addr;
wire sdr_bg_req, sdr_bg_rdy;
wire [15:0] sdr_cpu_dout, sdr_cpu_din;
wire [24:0] sdr_cpu_addr;
wire sdr_cpu_req;
wire [1:0] sdr_cpu_wr_sel;
wire sdr_cpu_mem_rq;
reg [24:0] sdr_rom_addr;
reg [15:0] sdr_rom_data;
reg [1:0] sdr_rom_be;
reg sdr_rom_req;
wire sdr_rom_write = ioctl_download && (ioctl_index == 0);
wire [24:0] sdr_ch3_addr = sdr_rom_write ? sdr_rom_addr : sdr_cpu_addr;
wire [15:0] sdr_ch3_din = sdr_rom_write ? sdr_rom_data : sdr_cpu_din;
wire [1:0] sdr_ch3_be = sdr_rom_write ? sdr_rom_be : sdr_cpu_wr_sel;
wire sdr_ch3_rnw = sdr_rom_write ? 1'b0 : ~{|sdr_cpu_wr_sel};
wire sdr_ch3_req = sdr_rom_write ? sdr_rom_req : sdr_cpu_req;
wire sdr_ch3_rdy;
wire sdr_cpu_rdy = sdr_ch3_rdy;
wire sdr_rom_rdy = sdr_ch3_rdy;
wire [19:0] bram_addr;
wire [7:0] bram_data;
wire [4:0] bram_cs;
wire bram_wr;
board_cfg_t board_cfg;
reg pll_init_locked = 0;
sdram sdram
(
.*,
.doRefresh(1),
.init(~pll_init_locked),
.clk(CLK_96M),
.ch1_addr(sdr_bg_addr[24:1]),
.ch1_dout(sdr_bg_dout),
.ch1_req(sdr_bg_req),
.ch1_ready(sdr_bg_rdy),
.ch2_addr(sdr_sprite_addr[24:1]),
.ch2_dout(sdr_sprite_dout),
.ch2_req(sdr_sprite_req),
.ch2_ready(sdr_sprite_rdy),
// multiplexed with rom download and cpu read/writes
.ch3_addr(sdr_ch3_addr[24:1]),
.ch3_din(sdr_ch3_din),
.ch3_dout(sdr_cpu_dout),
.ch3_be(sdr_ch3_be),
.ch3_rnw(sdr_ch3_rnw),
.ch3_req(sdr_ch3_req),
.ch3_ready(sdr_ch3_rdy)
);
rom_loader rom_loader(
.sys_clk(clk_sys),
.ram_clk(CLK_96M),
.ioctl_wr(ioctl_wr && !ioctl_index),
.ioctl_data(ioctl_dout[7:0]),
.ioctl_wait(ioctl_wait),
.sdr_addr(sdr_rom_addr),
.sdr_data(sdr_rom_data),
.sdr_be(sdr_rom_be),
.sdr_req(sdr_rom_req),
.sdr_rdy(sdr_rom_rdy),
.bram_addr(bram_addr),
.bram_data(bram_data),
.bram_cs(bram_cs),
.bram_wr(bram_wr),
.board_cfg(board_cfg)
);
/////////////////// Keyboard //////////////////
reg btn_up = 0;
reg btn_down = 0;
reg btn_left = 0;
reg btn_right = 0;
reg btn_a = 0;
reg btn_b = 0;
reg btn_x = 0;
reg btn_y = 0;
reg btn_coin1 = 0;
reg btn_coin2 = 0;
reg btn_1p_start = 0;
reg btn_2p_start = 0;
reg btn_pause = 0;
wire pressed = ps2_key[9];
wire [7:0] code = ps2_key[7:0];
always @(posedge CLK_32M) begin
reg old_state;
old_state <= ps2_key[10];
if(old_state != ps2_key[10]) begin
case(code)
'h16: btn_1p_start <= pressed; // 1
'h1E: btn_2p_start <= pressed; // 2
'h2E: btn_coin1 <= pressed; // 5
'h36: btn_coin2 <= pressed; // 6
'h4D: btn_pause <= pressed; // P
'h75: btn_up <= pressed; // up
'h72: btn_down <= pressed; // down
'h6B: btn_left <= pressed; // left
'h74: btn_right <= pressed; // right
'h14: btn_a <= pressed; // ctrl
'h11: btn_b <= pressed; // alt
'h29: btn_x <= pressed; // space
'h12: btn_y <= pressed; // shift
endcase
end
end
// DIP SWITCHES
reg [7:0] dip_sw[8]; // Active-LOW
always @(posedge CLK_32M) begin
if(ioctl_wr && (ioctl_index==254) && !ioctl_addr[24:3])
dip_sw[ioctl_addr[2:0]] <= ioctl_dout;
end
////////////////// Arcade Buttons/Interfaces ///////////////////////////
//Player 1
wire m_up1 = btn_up | joystick_0[3];
wire m_down1 = btn_down | joystick_0[2];
wire m_left1 = btn_left | joystick_0[1];
wire m_right1 = btn_right | joystick_0[0];
wire m_btna1 = btn_a | joystick_0[4];
wire m_btnb1 = btn_b | joystick_0[5];
wire m_btnx1 = btn_x | joystick_0[6];
wire m_btny1 = btn_y | joystick_0[7];
//Player 2
wire m_up2 = btn_up | joystick_1[3];
wire m_down2 = btn_down | joystick_1[2];
wire m_left2 = btn_left | joystick_1[1];
wire m_right2 = btn_right | joystick_1[0];
wire m_btna2 = btn_a | joystick_1[4];
wire m_btnb2 = btn_b | joystick_1[5];
wire m_btnx2 = btn_x | joystick_1[6];
wire m_btny2 = btn_y | joystick_1[7];
//Start/coin
wire m_start1 = btn_1p_start | joy[8];
wire m_start2 = btn_2p_start | joy[10];
wire m_coin1 = btn_coin1 | joy[9];
wire m_coin2 = btn_coin2;
wire m_pause = btn_pause | joy[11];
//////////////////////////////////////////////////////////////////
wire [7:0] R, G, B;
wire HBlank, VBlank, HSync, VSync, hs_core, vs_core;
wire ce_pix;
m72 m72(
.CLK_32M(CLK_32M),
.CLK_96M(CLK_96M),
.ce_pix(ce_pix),
.reset_n(~reset),
.HBlank(HBlank),
.VBlank(VBlank),
.HSync(hs_core),
.VSync(vs_core),
.R(R),
.G(G),
.B(B),
.AUDIO_L(AUDIO_L),
.AUDIO_R(AUDIO_R),
.board_cfg(board_cfg),
.coin({~m_coin2, ~m_coin1}),
.start_buttons({~m_start2, ~m_start1}),
.p1_joystick({~m_up1, ~m_down1, ~m_left1, ~m_right1}),
.p2_joystick({~m_up2, ~m_down2, ~m_left2, ~m_right2}),
.p1_buttons({~m_btna1, ~m_btnb1, ~m_btnx1, ~m_btny1}),
.p2_buttons({~m_btna2, ~m_btnb2, ~m_btnx2, ~m_btny2}),
.dip_sw({~dip_sw[1], ~dip_sw[0]}),
.sdr_sprite_addr(sdr_sprite_addr),
.sdr_sprite_dout(sdr_sprite_dout),
.sdr_sprite_req(sdr_sprite_req),
.sdr_sprite_rdy(sdr_sprite_rdy),
.sdr_bg_addr(sdr_bg_addr),
.sdr_bg_dout(sdr_bg_dout),
.sdr_bg_req(sdr_bg_req),
.sdr_bg_rdy(sdr_bg_rdy),
.sdr_cpu_dout(sdr_cpu_dout),
.sdr_cpu_din(sdr_cpu_din),
.sdr_cpu_addr(sdr_cpu_addr),
.sdr_cpu_req(sdr_cpu_req),
.sdr_cpu_rdy(sdr_cpu_rdy),
.sdr_cpu_wr_sel(sdr_cpu_wr_sel),
.sdr_cpu_mem_rq(sdr_cpu_mem_rq),
.hs_address(hs_address),
.hs_data_out(hs_data_out),
.hs_data_in(hs_data_in),
.hs_read_enable(hs_read_enable),
.hs_write_enable(hs_write_enable),
.hs_data_ready(hs_data_ready),
.clk_bram(clk_sys),
.bram_addr(bram_addr),
.bram_data(bram_data),
.bram_cs(bram_cs),
.bram_wr(bram_wr),
`ifdef M72_DEBUG
.pause_rq(system_pause | debug_stall | reconfig_pause),
`else
.pause_rq(system_pause | reconfig_pause),
`endif
.ddr_debug_data(ddr_debug_data),
.en_layer_a(en_layer_a),
.en_layer_b(en_layer_b),
.en_sprites(en_sprites),
.en_layer_palette(en_layer_palette),
.en_sprite_palette(en_sprite_palette),
.en_audio_filters(en_audio_filters),
.sprite_freeze(dbg_sprite_freeze),
.video_timing(video_timing)
);
// H/V offset
wire [3:0] hoffset = status[20:17];
wire [3:0] voffset = status[24:21];
jtframe_resync jtframe_resync
(
.clk(CLK_VIDEO),
.pxl_cen(ce_pix),
.hs_in(hs_core),
.vs_in(vs_core),
.LVBL(~VBlank),
.LHBL(~HBlank),
.hoffset(hoffset),
.voffset(voffset),
.hs_out(HSync),
.vs_out(VSync)
);
wire VGA_DE_MIXER;
video_mixer #(512, 0, 1) video_mixer(
.CLK_VIDEO(CLK_VIDEO),
.CE_PIXEL(CE_PIXEL),
.ce_pix(ce_pix),
.scandoubler(forced_scandoubler || scandoubler_fx != 2'b00),
.hq2x(0),
.gamma_bus(gamma_bus),
.R(R),
.G(G),
.B(B),
.HBlank(HBlank),
.VBlank(VBlank),
.HSync(HSync),
.VSync(VSync),
.VGA_R(VGA_R),
.VGA_G(VGA_G),
.VGA_B(VGA_B),
.VGA_VS(VGA_VS),
.VGA_HS(VGA_HS),
.VGA_DE(VGA_DE_MIXER),
.HDMI_FREEZE(HDMI_FREEZE)
);
video_freak video_freak(
.CLK_VIDEO(CLK_VIDEO),
.CE_PIXEL(CE_PIXEL),
.VGA_VS(VGA_VS),
.HDMI_WIDTH(HDMI_WIDTH),
.HDMI_HEIGHT(HDMI_HEIGHT),
.VGA_DE(VGA_DE),
.VIDEO_ARX(VIDEO_ARX),
.VIDEO_ARY(VIDEO_ARY),
.VGA_DE_IN(VGA_DE_MIXER),
.ARX((!ar) ? ( no_rotate ? 12'd4 : 12'd3 ) : (ar - 1'd1)),
.ARY((!ar) ? ( no_rotate ? 12'd3 : 12'd4 ) : 12'd0),
.CROP_SIZE(crop_240p ? 240 : 0),
.CROP_OFF(crop_offset),
.SCALE(scale)
);
pause pause(
.clk_sys(clk_sys),
.reset(reset),
.user_button(m_pause),
.pause_request(hs_pause),
.options({1'b0, pause_in_osd}),
.pause_cpu(system_pause),
.OSD_STATUS(OSD_STATUS)
);
`ifndef M72_DEBUG // debug uses DDR
screen_rotate screen_rotate(.*);
`endif
ddr_debug_data_t ddr_debug_data;
`ifdef M72_DEBUG
wire debug_stall;
ddr_debug ddr_debug(
.*,
.data(ddr_debug_data),
.clk(CLK_96M),
.reset(reset),
.stall(debug_stall)
);
`endif
//HISCORE
wire [16:0] hs_address;
wire [7:0] hs_data_in;
wire [7:0] hs_data_out;
wire hs_write_enable;
wire hs_read_enable;
wire hs_access_read;
wire hs_access_write;
wire hs_pause;
wire hs_configured;
reg hs_data_ready;
hiscore #(
.HS_ADDRESSWIDTH(17)
) hi (
.*,
.clk(clk_sys),
.paused(system_pause),
.autosave(status[25]),
.ram_address(hs_address),
.data_ready(hs_data_ready),
.data_from_ram(hs_data_out),
.data_to_ram(hs_data_in),
.data_from_hps(ioctl_dout),
.data_to_hps(ioctl_din),
.ram_write(hs_write_enable),
.ram_read(hs_read_enable),
.ram_intent_read(hs_access_read),
.ram_intent_write(hs_access_write),
.pause_cpu(hs_pause),
.configured(hs_configured)
);
endmodule