mirror of
https://github.com/sxpert/hp-saturn
synced 2025-01-19 10:26:58 +01:00
remove some stuff
This commit is contained in:
parent
c26772b4f9
commit
ec83140ff3
2 changed files with 0 additions and 35 deletions
|
@ -1,16 +0,0 @@
|
|||
/******************************************************************************
|
||||
* 80A RESET
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
`include "decstates.v"
|
||||
`include "bus_commands.v"
|
||||
|
||||
begin
|
||||
next_cycle <= `BUSCMD_RESET;
|
||||
decstate <= `DEC_START;
|
||||
`ifdef SIM
|
||||
$display("%05h RESET", inst_start_PC);
|
||||
`endif
|
||||
end
|
|
@ -1,19 +0,0 @@
|
|||
/******************************************************************************
|
||||
* 805 CONFIG
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
`include "decstates.v"
|
||||
|
||||
`DEC_BX: begin
|
||||
case (nb_in)
|
||||
4'h8, 4'h9, 4'hA, 4'hB, 4'hC, 4'hD, 4'hE, 4'hF: begin
|
||||
|
||||
end
|
||||
default: begin
|
||||
$display("ERROR : DEC_BX");
|
||||
decode_error <= 1;
|
||||
end
|
||||
endcase
|
||||
end
|
Loading…
Reference in a new issue