mirror of
https://github.com/sxpert/hp-saturn
synced 2024-12-27 09:58:16 +01:00
b3d72c1d3b
segregate reading of the rom in it's own little world
14 lines
No EOL
265 B
Verilog
14 lines
No EOL
265 B
Verilog
`ifndef _SATURN_DEF_DEBUGGER
|
|
`define _SATURN_DEF_DEBUGGER
|
|
|
|
|
|
/*
|
|
* debugger values for the register dump
|
|
*/
|
|
|
|
`define DBG_REG_PC_STR 0
|
|
`define DBG_REG_PC_VALUE 1
|
|
`define DBG_REG_PC_SPACES 2
|
|
`define DBG_REG_CARRY_STR 3
|
|
`define DBG_REG_END 31
|
|
`endif |