summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess
diff options
context:
space:
mode:
author Sandro Ronco <sronco@users.noreply.github.com>2012-09-10 17:44:55 +0000
committer Sandro Ronco <sronco@users.noreply.github.com>2012-09-10 17:44:55 +0000
commit573744ba277f1e91df3b86b4091da616a3311428 (patch)
tree15cfb32988766e9b010696a6fae43cc7f7c7458b /src/mess
parentbe3af47f06821ce44fa7ebd16c026ede804d82bf (diff)
Added asl_ext, bclr_dir, bset_dir opcodes to the HC11 core. (nw)
Diffstat (limited to 'src/mess')
-rw-r--r--src/mess/drivers/alphasma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/alphasma.c b/src/mess/drivers/alphasma.c
index 8ce61267fa0..df79481de3d 100644
--- a/src/mess/drivers/alphasma.c
+++ b/src/mess/drivers/alphasma.c
@@ -66,6 +66,7 @@ static MACHINE_CONFIG_START( alphasmart, alphasmart_state )
MCFG_CPU_PROGRAM_MAP(alphasmart_mem)
MCFG_CPU_IO_MAP(alphasmart_io)
MCFG_CPU_CONFIG(alphasmart_hc11_config)
+ MCFG_CPU_PERIODIC_INT(irq0_line_hold, 50)
/* video hardware */
MCFG_SCREEN_ADD("screen", LCD)