Skip to content

Commit

Permalink
Update AppleWin.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
  • Loading branch information
audetto committed Jun 2, 2024
1 parent c5f2c54 commit 86155a3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion source/frontends/common2/commonframe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ namespace common2

std::string CommonFrame::getBitmapFilename(const std::string & resource)
{
if (resource == "CHARSET40") return "CHARSET4.BMP";
if (resource == "CHARSET82") return "CHARSET82.bmp";
if (resource == "CHARSET8M") return "CHARSET8M.bmp";
if (resource == "CHARSET8C") return "CHARSET8C.bmp";
Expand Down
3 changes: 2 additions & 1 deletion source/frontends/qt/qapple.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<file>resources/Apple2.rom</file>
<file>resources/Apple2e.rom</file>
<file>resources/Apple2e_Enhanced.rom</file>
<file alias="resources/CHARSET40.BMP">resources/CHARSET4.BMP</file>
<file>resources/Apple2_Video.rom</file>
<file>resources/Apple2e_Enhanced_Video.rom</file>
<file alias="resources/CHARSET82.BMP">resources/CHARSET82.bmp</file>
<file alias="resources/CHARSET8M.BMP">resources/CHARSET8M.bmp</file>
<file alias="resources/CHARSET8C.BMP">resources/CHARSET8C.bmp</file>
Expand Down
1 change: 1 addition & 0 deletions source/frontends/qt/resources/Apple2_Video.rom
1 change: 1 addition & 0 deletions source/frontends/qt/resources/Apple2e_Enhanced_Video.rom
1 change: 0 additions & 1 deletion source/frontends/qt/resources/CHARSET4.BMP

This file was deleted.

2 changes: 2 additions & 0 deletions source/linux/resources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ namespace
{
{IDR_APPLE2_ROM, "Apple2.rom"},
{IDR_APPLE2_PLUS_ROM, "Apple2_Plus.rom"},
{IDR_APPLE2_VIDEO_ROM, "Apple2_Video.rom"},
{IDR_APPLE2E_ENHANCED_VIDEO_ROM, "Apple2e_Enhanced_Video.rom"},
{IDR_APPLE2_JPLUS_ROM, "Apple2_JPlus.rom"},
{IDR_APPLE2E_ROM, "Apple2e.rom"},
{IDR_APPLE2E_ENHANCED_ROM, "Apple2e_Enhanced.rom"},
Expand Down

0 comments on commit 86155a3

Please sign in to comment.