git-svn-id: svn://svn.cc65.org/cc65/trunk@2143 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-04 21:51:13 +00:00
parent 9330f3dc6a
commit e9f6a0a3ab
9 changed files with 812 additions and 609 deletions

View File

@@ -102,10 +102,12 @@ static const SimData Sim65Data = {
Warning,
Error,
Internal,
Break,
GetCfgId,
GetCfgStr,
GetCfgNum
GetCfgNum,
Break,
IRQRequest,
NMIRequest,
};