mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-03-10 12:48:31 +00:00
rename pdp10_stdio to stdio9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
%%% -*- erlang-indent-level: 2 -*-
|
||||
%%%
|
||||
%%% stdio for I/O with 9-bit bytes
|
||||
%%% Copyright (C) 2013-2023 Mikael Pettersson
|
||||
%%% Copyright (C) 2013-2025 Mikael Pettersson
|
||||
%%%
|
||||
%%% This file is part of pdp10-tools.
|
||||
%%%
|
||||
@@ -60,7 +60,7 @@
|
||||
%%% - stdin and stdout are non-seekable even when bound to regular files, this
|
||||
%%% is a limitation of the Erlang standard_io implementation.
|
||||
|
||||
-module(pdp10_stdio).
|
||||
-module(stdio9).
|
||||
-behaviour(gen_server).
|
||||
|
||||
%% API
|
||||
@@ -61,12 +61,12 @@
|
||||
, {output, format_error, 1}
|
||||
, {parse, format_error, 1}
|
||||
, {pdp10_elf36, format_error, 1}
|
||||
, {pdp10_stdio, format_error, 1}
|
||||
, {scan, format_error, 1}
|
||||
, {scan_state, format_error, 1}
|
||||
, {sim, format_error, 1}
|
||||
, {sim_core, format_error, 1}
|
||||
, {sim_loader, format_error, 1}
|
||||
, {stdio9, format_error, 1}
|
||||
, {strtol, format_error, 1}
|
||||
%% only called from tests
|
||||
, {sim_core, run, 2}
|
||||
|
||||
Reference in New Issue
Block a user