Diff for /np2/win9x/board118.c between versions 1.7 and 1.9

version 1.7, 2005/05/13 05:47:25 version 1.9, 2008/02/17 01:29:17
Line 210  static void IOOUTCALL ymfr_o18a(UINT por Line 210  static void IOOUTCALL ymfr_o18a(UINT por
         }          }
         S98_put(NORMAL2608, addr, dat);          S98_put(NORMAL2608, addr, dat);
         if (addr < 0x10) {          if (addr < 0x10) {
                 if (addr != 0x0e) {                  *((UINT8 *)(&psg1.reg) + addr) = dat;
                         *((UINT8 *)(&psg1.reg) + addr) = dat;                  if (addr < 0x0e) {
                         juliet_YMF288A(addr, dat);                          juliet_YMF288A(addr, dat);
                         if (addr == 0x07) {                          if (addr == 0x07) {
                                 keydisp_psgmix(&psg1);                                  keydisp_psgmix(&psg1);
Line 287  static const IOOUT ymfr_o[4] = { Line 287  static const IOOUT ymfr_o[4] = {
                         ymf_o188,       ymfr_o18a,      ymf_o18c,       ymfr_o18e};                          ymf_o188,       ymfr_o18a,      ymf_o18c,       ymfr_o18e};
   
   
 void board118_reset(void) {  void board118_reset(const NP2CFG *pConfig) {
   
         fmtimer_reset(0xc0);          fmtimer_reset(0xc0);
         opngen_setcfg(3, OPN_STEREO | 0x038);          opngen_setcfg(3, OPN_STEREO | 0x038);

Removed from v.1.7  
changed lines
  Added in v.1.9


RetroPC.NET-CVS <cvs@retropc.net>