summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/msx/msx_s1985.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/msx/msx_s1985.h')
-rw-r--r--src/mame/msx/msx_s1985.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/msx/msx_s1985.h b/src/mame/msx/msx_s1985.h
index edf463c69ee..baf63372b20 100644
--- a/src/mame/msx/msx_s1985.h
+++ b/src/mame/msx/msx_s1985.h
@@ -15,7 +15,7 @@ class msx_s1985_device : public device_t,
public device_nvram_interface
{
public:
- msx_s1985_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ msx_s1985_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// msx_switched_interface overrides
virtual uint8_t switched_read(offs_t offset) override;
6d021ae2f94d315bcf7538?s=128&d=retro' /> Olivier Galibert2012-11-161-4/+4 * duh (nw) Olivier Galibert2012-11-161-2/+0 * Fix GCC 4.7 compile (nw) R. Belmont2012-11-161-2/+2 * duh Olivier Galibert2012-11-151-0/+34 * (mess) floppy: Add IMD support [O. Galibert] Olivier Galibert2012-11-153-0/+314 * (MESS) adam: Added modern disk formats. (nw) Curt Coder2012-11-052-0/+117 * (MESS) Fixed typo. (nw) Curt Coder2012-11-051-1/+1 * (mess) Add a generic wd format [O. Galibert] Olivier Galibert2012-11-052-0/+420 * placeholders Olivier Galibert2012-11-052-0/+0 * Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-302-2/+2 * Fixed memory leaks in flopimg.c (nw) Sandro Ronco2012-10-261-1/+1 * added basic support for the loop flags in tzx [David Haywood] Miodrag Milanovic2012-10-261-9/+62 * (mess) d88: Reduce the gap3 size from the standard value when the data otherw... Olivier Galibert2012-10-111-7/+22 * (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-1027-286/+1447 * placeholders