Skip to content

Commit fabc7e9

Browse files
committed
[ChannelFHawk] Enable for release
1 parent 58b5f40 commit fabc7e9

File tree

4 files changed

+3
-84
lines changed

4 files changed

+3
-84
lines changed

src/BizHawk.Emulation.Cores/CPUs/FairchildF8/F3850.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace BizHawk.Emulation.Cores.Components.FairchildF8
66
{
77
/// <summary>
88
/// Fairchild F3850 (F8) CPU
9+
/// Author: Asnivor
910
///
1011
/// The F8 microprocessor is made up of separate interchangeable devices
1112
/// The Channel F has:

src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/Cart/MapperRIDDLE.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace BizHawk.Emulation.Cores.Consoles.ChannelF
22
{
33
/// <summary>
4-
/// Sean Riddle's modified SCHACH cart mapper (multi-cart) (WIP)
4+
/// Sean Riddle's modified SCHACH cart mapper (multi-cart)
55
/// </summary>
66
public class MapperRIDDLE : VesCartBase
77
{

src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/ChannelF.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace BizHawk.Emulation.Cores.Consoles.ChannelF
55
{
6-
[Core(CoreNames.ChannelFHawk, "Asnivor", isReleased: false)]
6+
[Core(CoreNames.ChannelFHawk, "Asnivor", isReleased: true)]
77
public partial class ChannelF : IDriveLight
88
{
99
[CoreConstructor(VSystemID.Raw.ChannelF)]

src/BizHawk.Emulation.Cores/Consoles/Fairchild/ChannelF/readme.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)