mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
Fixed printf to give a linefeed so "Average Speed:" is located in its own line as expected (nw)
This commit is contained in:
parent
f7a17cb923
commit
e6a3ff36df
@ -165,7 +165,7 @@ READ8_MEMBER( molecula_state::sio_r)
|
|||||||
WRITE8_MEMBER( molecula_state::sio_w)
|
WRITE8_MEMBER( molecula_state::sio_w)
|
||||||
{
|
{
|
||||||
if(offset == 0)
|
if(offset == 0)
|
||||||
printf("%c",data);
|
printf("%c\n",data);
|
||||||
}
|
}
|
||||||
|
|
||||||
static ADDRESS_MAP_START( molecula_file_map, AS_PROGRAM, 8, molecula_state )
|
static ADDRESS_MAP_START( molecula_file_map, AS_PROGRAM, 8, molecula_state )
|
||||||
|
Loading…
Reference in New Issue
Block a user