mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
793f3230da
@ -722,7 +722,7 @@ void mips1core_device_base::execute_run()
|
||||
length = 4095;
|
||||
while (length)
|
||||
{
|
||||
load<u8>(ptr, [this](char c) { printf("%c", c); });
|
||||
load<u8>(ptr, [](char c) { printf("%c", c); });
|
||||
ptr++;
|
||||
length--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user