mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-16 08:14:53 +00:00
Update tshoot_sound_board.vhd
Better Style
This commit is contained in:
parent
e3e8b4ca55
commit
0f80dd5972
@ -134,7 +134,7 @@ pia_rw_n <= '0' when cpu_rw_n = '0' and pia_cs = '1' else '1';
|
||||
cpu_di <=
|
||||
wram_do when wram_cs = '1' else
|
||||
sound_select when pia_cs = '1' and hwsel = HW_INFERNO else
|
||||
pia_do when pia_cs = '1' and not hwsel = HW_INFERNO else
|
||||
pia_do when pia_cs = '1' and hwsel <> HW_INFERNO else
|
||||
rom_do when rom_cs = '1' else X"55";
|
||||
|
||||
-- pia irqs to cpu
|
||||
@ -207,4 +207,4 @@ port map
|
||||
cb2_oe => open
|
||||
);
|
||||
|
||||
end struct;
|
||||
end struct;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user