mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fix up srcclean (nw)
This commit is contained in:
parent
5036387ab4
commit
3fefe924a2
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user