corrected some typos, no whatsnew

This commit is contained in:
Ryan Holtz 2010-08-22 23:56:33 +00:00
parent 3bc56f97b5
commit b190eb8d5c
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@
//------------------------------------------------- //-------------------------------------------------
via6522_device_config::via6522_device_config(const machine_config &mconfig, const char *tag, const device_config *owner, UINT32 clock) 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)
{ {
} }

View File

@ -57,7 +57,7 @@
***************************************************************************/ ***************************************************************************/
// ======================> z80dart_interface // ======================> via6522_interface
struct 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, class via6522_device_config : public device_config,
public via6522_interface public via6522_interface