This commit is contained in:
Gwenhael Le Moine 2024-08-25 11:40:24 +02:00
parent f015dc506e
commit bc89ce11a2
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 11 additions and 14 deletions

View file

@ -47,10 +47,7 @@
#define CHF_DEF_PARTIAL_MSG_FMT ChfText( "Code <%d>d" ) #define CHF_DEF_PARTIAL_MSG_FMT ChfText( "Code <%d>d" )
#define CHF_DEF_MID_MSG_FMT ChfText( "Mid <%d>d" ) #define CHF_DEF_MID_MSG_FMT ChfText( "Mid <%d>d" )
#define CHF_EXTENDED_INFO_FMT ChfText( "(%s,%d)" ) #define CHF_EXTENDED_INFO_FMT ChfText( "(%s,%d)" )
#define CHF_SEVERITY_NAMES \ #define CHF_SEVERITY_NAMES { ChfText( "S" ), ChfText( "I" ), ChfText( "W" ), ChfText( "E" ), ChfText( "F" ) }
{ \
ChfText( "S" ), ChfText( "I" ), ChfText( "W" ), ChfText( "E" ), ChfText( "F" ) \
}
#define CHF_UNKNOWN_SEVERITY ChfText( "?" ) #define CHF_UNKNOWN_SEVERITY ChfText( "?" )
#define CHF_MESSAGE_SEPARATOR ChfText( "-" ) #define CHF_MESSAGE_SEPARATOR ChfText( "-" )
#define CHF_MESSAGE_TERMINATOR ChfText( "\n" ) #define CHF_MESSAGE_TERMINATOR ChfText( "\n" )

View file

@ -166,11 +166,11 @@ table[] =
{"hp48", {"hp48",
{ /* name, id, access_prio, { /* name, id, access_prio,
init, save, init, save,
read, write, read, write,
r_config, r_abs_base_addr, r_size, r_config, r_abs_base_addr, r_size,
map_flags map_flags
*/ */
{ {
"ROM (ROM)", "ROM (ROM)",
@ -257,11 +257,11 @@ table[] =
{"hp49", {"hp49",
{ /* name, id, access_prio, { /* name, id, access_prio,
init, save, init, save,
read, write, read, write,
r_config, r_abs_base_addr, r_size, r_config, r_abs_base_addr, r_size,
map_flags map_flags
*/ */
{ {
"ROM (ROM)", "ROM (ROM)",