mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
corrected some typos, no whatsnew
This commit is contained in:
parent
3bc56f97b5
commit
b190eb8d5c
@ -114,7 +114,7 @@
|
||||
//-------------------------------------------------
|
||||
|
||||
via6522_device_config::via6522_device_config(const machine_config &mconfig, const char *tag, const device_config *owner, UINT32 clock)
|
||||
: device_config(mconfig, static_alloc_device_config, "OKI6295", tag, owner, clock)
|
||||
: device_config(mconfig, static_alloc_device_config, "RIOT6532", tag, owner, clock)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
// ======================> z80dart_interface
|
||||
// ======================> via6522_interface
|
||||
|
||||
struct via6522_interface
|
||||
{
|
||||
@ -78,7 +78,7 @@ struct via6522_interface
|
||||
|
||||
|
||||
|
||||
// ======================> z80dart_device_config
|
||||
// ======================> via6522_device_config
|
||||
|
||||
class via6522_device_config : public device_config,
|
||||
public via6522_interface
|
||||
|
Loading…
Reference in New Issue
Block a user