summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrocde.c
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-08-13 12:29:55 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-08-13 12:29:55 +0000
commit5a511c644fcad31e5a475898461b988a12f33978 (patch)
tree2a46fe40bef6b9afa2696e012f695f696bac8b6e /src/mame/drivers/astrocde.c
parent7faac92c3757dd6d637e4a54755205ce2f892552 (diff)
massrename silliness corrections
Diffstat (limited to 'src/mame/drivers/astrocde.c')
-rw-r--r--src/mame/drivers/astrocde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/astrocde.c b/src/mame/drivers/astrocde.c
index 32477c0652b..af71f3deeb2 100644
--- a/src/mame/drivers/astrocde.c
+++ b/src/mame/drivers/astrocde.c
@@ -399,7 +399,7 @@ WRITE8_MEMBER(astrocde_state::profpac_banksw_w)
{
int bank = (data >> 5) & 3;
- /* this is accessed from I/O &space but modifies program &space, so we normalize here */
+ /* this is accessed from I/O space but modifies program space, so we normalize here */
address_space &prog_space = space.device().memory().space(AS_PROGRAM);
/* remember the banking bits for save state support */