diff --git a/configs/sim/pashello/appconfig b/configs/sim/pashello/appconfig index 30d83caaf49..d4adbcce11a 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 cb1af14a305..0deb0b01b01 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 f77eca16a51..07a95ee0fcb 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 b08323b1641..faa2589ab31 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 +