Commit Graph

561 Commits

Author SHA1 Message Date
Jasmine Iwanek
f3e48f8fc7 Merge remote-tracking branch 'upstream/master' into feature/machine_z150 2022-10-23 20:49:39 -04:00
Miran Grča
aa8f6bbc24 Merge pull request #2729 from lkundrak/lr/v86p
Add the Epson Equity LT Machine
2022-10-23 21:03:17 +02:00
Lubomir Rintel
7026204aea Add the Epson Equity LT Machine
This is a portable computer based around NEC V30 processor and what
seems to be a proprietary Epson chip set.

The chip set provides a XT-class keyboard controller/PPI, controller for
two DD floppy drives, CGA-compatible video, one serial and one parallel
port. There's no datasheet for the chip set.

The machine has a 640x200 monochromatic LCD display, optionally backlit
and an external CRT connector. There can be up to two floppy drives,
one of them optionally connected to an external connector (shared with
the parallel port). There are physical switches to enable the external
CRT and floppy connectors.

There's a battery-backed RTC/NVRAM that holds configuration, including
backlight timeout, UART configuration and floppy types.

The machine has two expansion slots, half the pich of a regular 8-bit
ISA, but electrically compatible. Hard drive and modem adapters were
available, I don't have them.

The checksums of the ROM images are as follows:

  SHA1(2d58397f81f006e7729648dd3720e3004e20ac36) =
  roms/machines/elt/HLO-B2.rom

  SHA1(8c06cd3905f71f15fec2a3759cea5b2c5dc602c3) =
  roms/machines/elt/HLO-A2.rom
2022-10-23 13:47:53 +02:00
OBattler
da33f5c0cc Allow mouse capture on internal mice even if mouse_type is not actually set to MOUSE_TYPE_INTERNAL, fixes #2682. 2022-10-23 05:31:39 +02:00
Jasmine Iwanek
281e094ad0 Merge remote-tracking branch 'upstream/master' into feature/machine_z150 2022-10-19 16:27:26 -04:00
Dimitar Angelov
874fb283ab Adding [8088] Pravetz-16 / IMKO-4 mainboard 2022-10-19 02:41:35 +02:00
Jasmine Iwanek
1bbae71c2a Minor fixes 2022-09-18 22:27:06 -04:00
Jasmine Iwanek
4add963c1f Merge remote-tracking branch 'upstream/master' into feature/machine_z150 2022-09-18 22:24:00 -04:00
Jasmine Iwanek
3fddf4d488 clang-format in src/machine/ 2022-09-18 17:22:55 -04:00
Jasmine Iwanek
bf26618285 Merge remote-tracking branch 'upstream/master' into feature/machine_z150 2022-09-15 04:49:13 -04:00
Cacodemon345
edb8c03171 machine: Add MSI MS-5124 2022-08-30 00:18:16 +06:00
Jasmine Iwanek
df384673f0 Merge remote-tracking branch 'upstream/master' into feature/machine_z150 2022-08-27 23:03:38 -04:00
Jasmine Iwanek
2a4df32164 Correct BCM GT694VA 2022-08-24 05:13:33 -04:00
Jasmine Iwanek
be6e96b6d3 Merge branch 'master' into feature/machine_z150 2022-08-15 21:22:37 -04:00
Alexander Babikov
789e2c950f Remove the PS/2 mouse flag from the Gigabyte GA-586IP 2022-08-13 15:51:23 +05:00
Jasmine Iwanek
3d3ee9d7e6 Merge branch 'master' into feature/machine_z150 2022-08-03 01:27:18 -04:00
Jasmine Iwanek
04e7fc2640 Add missing functions, and machine_table device entries 2022-08-02 19:00:37 -04:00
Jasmine Iwanek
58ec677e39 Merge branch 'master' into feature/machine_z150 2022-08-01 15:28:55 -04:00
Jasmine Iwanek
ef213a80dd Re-add other machines which went missing from the machine table 2022-07-30 14:42:05 -04:00
Jasmine Iwanek
b0b648e1a0 Merge branch 'master' into feature/machine_z150 2022-07-27 20:41:29 -04:00
Jasmine Iwanek
7e63473d71 Fix mistakes 2022-07-27 19:15:31 -04:00
Jasmine Iwanek
ff39a77afc clang-format in src/machine 2022-07-27 17:01:04 -04:00
Jasmine Iwanek
8e102b3c44 Merge branch 'master' into feature/machine_z150 2022-07-27 14:05:49 -04:00
OBattler
87cf281035 DECpc LPV fixes and implementation of the on-board S3 805 with the AT&T 490 RAMDAC, fixes #2349. 2022-07-26 22:32:01 +02:00
OBattler
6f364f0395 Fixed the entries for the DEC and Acer V10. 2022-07-24 04:33:42 +02:00
Jasmine Iwanek
74741d748a Missing ports from M&K 2022-07-23 01:01:45 -04:00
OBattler
1ee4a12bce Fixed the IBM PS/2 Model 70 Type 3 and MR 386SX clone machine_t structs, fixes #2493. 2022-07-22 18:58:49 +02:00
Miran Grča
27cce453ee Merge pull request #2490 from jriwanek-forks/masterfix2
re-add the Kaypro PC, it got lost.
2022-07-20 02:03:48 +02:00
Jasmine Iwanek
82a56024c4 re-add the Kaypro PC, it got lost. 2022-07-19 19:54:16 -04:00
Jasmine Iwanek
0220a14e22 re-add the Soltek SL-56A5, it got lost 2022-07-19 19:28:39 -04:00
Jasmine Iwanek
6233027c9e Named initializers in machine table 2022-07-19 18:51:18 -04:00
TC1995
df5c1a1a46 ISA PS/2: Clean-ups and converted into a typedef struct.
MCA PS/2: Added Model 60 (8-slot version of 50 with the same bios) and Model 65sx (essentially the same as 55sx but with a new bios and a secondary nvram a la 70-80 but limited to 2KB of size instead of 8KB).
MCA PS/2: Made the i486 cpu selection on only on Type 3 MCA models (70-80) and not Type 2 anymore, therefore the latter is limited to 386DX cpu's only.
2022-07-19 16:32:23 +02:00
OBattler
f4f8860606 The Performance/EU should *NOT* have been there. 2022-07-19 00:16:46 +02:00
OBattler
b91ab53c0f Marked the DataExpert EXP8551 as having a gameport. 2022-07-18 23:44:21 +02:00
Jasmine Iwanek
05cabd5756 Update Soltek SL-56A5 description 2022-07-11 19:52:31 -04:00
qta3426
9f18b19b49 Added Soltek SL-56A5 2022-06-01 21:54:54 +09:00
Miran Grča
08b18e034f Merge pull request #2291 from telanus/master
Add six new Machines
2022-05-04 23:11:51 +02:00
Jasmine Iwanek
12b30a8187 Inconsistency fixes 2022-04-16 19:24:30 -04:00
telanus
868261457c Add Kaypro PC
This was misplaced during rebasing of the PR
2022-04-17 00:08:20 +02:00
telanus
b9c8d24422 Added new Machines 2022-04-15 00:49:12 +02:00
Alexander Babikov
818e0a843d Remove factually incorrect info from a comment in machine_table.c
The Rise R418 machine has since been re-added, and the Hedaka HED-919 has been removed for months
2022-04-14 07:10:18 +05:00
Alexander Babikov
94adafa1ee Repalce the NO_SIO Dev branch option with AN430TX
The only machine under that option, the Intel AN430TX, was actually put there for problems unrelated to Super I/O
2022-04-14 07:10:16 +05:00
Alexander Babikov
355250216f Move the Compaq Deskpro 386 to the Dev branch 2022-04-14 07:10:13 +05:00
Jasmine Iwanek
702f80e58a Backport several changes from M&K 2022-04-12 17:26:05 -04:00
TC1995
9b0f04d4a9 Added deskpro386 and fixed 24bpp mode issues of the Mach64GX/VT2. 2022-03-18 21:22:18 +01:00
RichardG867
71ba610366 Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30
# Conflicts:
#	.ci/build.sh
#	.ci/dependencies_msys.txt
#	src/sound/snd_audiopci.c
2022-03-16 00:39:53 -03:00
RichardG867
50e49c31f6 CMI8x38 megacommit 2022-03-06 01:29:29 -03:00
telanus
7979206b1a Add support for the Vendex HeadStart Turbo 888-XT 2022-03-04 21:49:18 +02:00
RichardG867
6f6bf999fa Add onboard CMI8738 to the ASUS CUV4X-LS 2022-02-25 20:26:21 -03:00
telanus
1648d38040 Update machine_table.c 2022-02-21 00:03:15 +02:00