missed a few (nw)

This commit is contained in:
Cowering 2015-10-09 14:56:03 -05:00
parent 854b341e9f
commit 08992457cb
4 changed files with 4 additions and 4 deletions

View File

@ -171,7 +171,7 @@ WRITE8_MEMBER (pit68230_device::write){
break;
default:
LOG (logerror ("unhandled register %02x", offset))
LOG (logerror ("unhandled register %02x", offset));
}
LOG (if (offset != ow_ofs || data != ow_data || ow_cnt >= 1000) {

View File

@ -451,7 +451,7 @@ protected:
WR11_TRXSRC_SRC_XTAL = 0x00, // 0 0
WR11_TRXSRC_SRC_TRA = 0x01, // 0 1
WR11_TRXSRC_SRC_BR = 0x02, // 1 0
WR11_TRXSRC_SRC_DPLL = 0x03, // 1 1
WR11_TRXSRC_SRC_DPLL = 0x03 // 1 1
};
enum

View File

@ -486,7 +486,7 @@ protected:
enum
{
TYPE_Z80SIO,
TYPE_Z80SIO
};
enum

View File

@ -669,6 +669,6 @@ public:
NV2A_COLOR_FORMAT_X1A7R8G8B8 = 0x0007,
NV2A_COLOR_FORMAT_A8R8G8B8 = 0x0008,
NV2A_COLOR_FORMAT_B8 = 0x0009,
NV2A_COLOR_FORMAT_G8B8 = 0x000a,
NV2A_COLOR_FORMAT_G8B8 = 0x000a
};
};