fix up srcclean (nw)

This commit is contained in:
Vas Crabb 2019-09-22 15:11:45 +10:00
parent 5036387ab4
commit 3fefe924a2
2 changed files with 2 additions and 2 deletions

View File

@ -535,7 +535,7 @@ void palette_device::device_start()
{
// forcing endianness only makes sense when the RAM is narrower than the palette format and not split
if (share_ext || (m_paletteram.membits() / 8) >= bytes_per_entry)
throw emu_fatalerror("palette_device(%s): Improper use of MCFG_PALETTE_ENDIANNESS", tag());
throw emu_fatalerror("palette_device(%s): Improper use of MCFG_PALETTE_ENDIANNESS", tag());
m_paletteram.set_endianness(m_endianness);
}
}

View File

@ -874,7 +874,7 @@ int tool_app_t::execute()
std::cout << plib::pfmt("{:20}")("Общая ком") << "|" << "\n";
//char x = 'a';
auto b= U'\U0449';
auto b= U'\U00000449';
std::cout << "b: <" << b << ">";
#endif
return 0;