#if !defined(AFX_CCARTRIDGEDLG_H__56787EA1_0715_11D1_8B6B_444553540000__INCLUDED_)
#define AFX_CCARTRIDGEDLG_H__56787EA1_0715_11D1_8B6B_444553540000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CCartridgeDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CCartridgeDlg dialog

class CCartridgeDlg : public CDialog
{
// Construction
public:
	CCartridgeDlg(CWnd* pParent = NULL);   // standard constructor

private:
	int		nCartState;
	char	szOther_ROM_name[ MAX_PATH ];

// Dialog Data
	//{{AFX_DATA(CCartridgeDlg)
	enum { IDD = IDD_CARTRIDGE };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCartridgeDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CCartridgeDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnBasicRom();
	afx_msg void OnOtherRom();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CCARTRIDGEDLG_H__56787EA1_0715_11D1_8B6B_444553540000__INCLUDED_)
