diff --git a/configs/sim/pashello/appconfig b/configs/sim/pashello/appconfig index 30d83caaf4..d4adbcce11 100644 --- a/configs/sim/pashello/appconfig +++ b/configs/sim/pashello/appconfig @@ -37,3 +37,6 @@ CONFIGURED_APPS += examples/pashello +# Path to the Pascal p-code runtime interpreter module + +CONFIGURED_APPS += interpreters/pcode diff --git a/configs/xtrs/pashello/appconfig b/configs/xtrs/pashello/appconfig index cb1af14a30..0deb0b01b0 100644 --- a/configs/xtrs/pashello/appconfig +++ b/configs/xtrs/pashello/appconfig @@ -37,3 +37,7 @@ CONFIGURED_APPS += examples/pashello +# Path to the Pascal p-code runtime interpreter module + +CONFIGURED_APPS += interpreters/pcode + diff --git a/configs/z16f2800100zcog/pashello/appconfig b/configs/z16f2800100zcog/pashello/appconfig index f77eca16a5..07a95ee0fc 100644 --- a/configs/z16f2800100zcog/pashello/appconfig +++ b/configs/z16f2800100zcog/pashello/appconfig @@ -37,3 +37,6 @@ CONFIGURED_APPS += examples/pashello +# Path to the Pascal p-code runtime interpreter module + +CONFIGURED_APPS += interpreters/pcode diff --git a/configs/z80sim/pashello/appconfig b/configs/z80sim/pashello/appconfig index b08323b164..faa2589ab3 100644 --- a/configs/z80sim/pashello/appconfig +++ b/configs/z80sim/pashello/appconfig @@ -37,3 +37,7 @@ CONFIGURED_APPS += examples/pashello +# Path to the Pascal p-code runtime interpreter module + +CONFIGURED_APPS += interpreters/pcode +