mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-01-25 03:16:24 +00:00
Re-enabled CPU type selection
This commit is contained in:
parent
1473cc10c5
commit
99df24fee9
@ -710,8 +710,7 @@ wire address_strobe = cpu_cycle && !tg68_as && !br;
|
||||
// assign tg68_as = ~(!tg68_uds || !tg68_lds);
|
||||
assign tg68_as = ~(tg68_busstate != 2'b01);
|
||||
|
||||
TG68KdotC_Kernel tg68k (
|
||||
//TG68KdotC_Kernel #(2,2,2,2,2,2) tg68k (
|
||||
TG68KdotC_Kernel #(2,2,2,2,2,2) tg68k (
|
||||
.clk (clk_128 ),
|
||||
.nReset (~reset ),
|
||||
.clkena_in (clkena ),
|
||||
|
||||
@ -683,7 +683,6 @@ always @(posedge clk) begin
|
||||
// add line offset at the end of each video line
|
||||
if(me_v && st_h_active && (st_hcnt == t2_h_sync))
|
||||
vaddr <= vaddr + line_offset;
|
||||
// vaddr <= vaddr - 23'd4; // XXX
|
||||
|
||||
// STE vaddr write handling
|
||||
// bus_cycle 6 is in the middle of a cpu cycle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user