commit b85ae8526cda5f63e19fbec06d37151b661d9b69
Author: OBattler <oubattler@gmail.com>
Date:   Sun May 17 18:58:30 2026 +0200

    ALi M6117 fixes, ALi M5113 Super I/O chip implementation, and added the AMI and Phoenix ALi M6117 machines, also fixed the removal of memory mappings with address bits ignored.

 src/chipset/ali6117.c       | 114 +++++++++------
 src/cpu/x86.c               |   2 +-
 src/cpu/x86seg_common.c     |   2 +-
 src/include/86box/machine.h |   2 +
 src/include/86box/mem.h     |   2 +-
 src/include/86box/sio.h     |   1 +
 src/machine/m_at_m6117.c    |  41 ++++++
 src/machine/machine_table.c |  96 +++++++++++++
 src/mem/amd_flash.c         |  22 +--
 src/mem/mem.c               |  84 +++++++----
 src/mem/rom.c               |  12 +-
 src/mem/smram.c             |   4 +-
 src/mem/sst_flash.c         |   2 +-
 src/sio/CMakeLists.txt      |   1 +
 src/sio/sio_ali5113.c       | 330 ++++++++++++++++++++++++++++++++++++++++++++
 15 files changed, 605 insertions(+), 110 deletions(-)
