Fix naming, Add M92/M107 preset
This commit is contained in:
		
							parent
							
								
									be9a1a17f0
								
							
						
					
					
						commit
						5ba79a9d71
					
				| 
						 | 
					@ -1159,7 +1159,7 @@ void FurnaceGUI::initSystemPresets() {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
  ENTRY(
 | 
					  ENTRY(
 | 
				
			||||||
    "Nanao GA20", {
 | 
					    "Irem GA20", {
 | 
				
			||||||
      CH(DIV_SYSTEM_GA20, 64, 0, "")
 | 
					      CH(DIV_SYSTEM_GA20, 64, 0, "")
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
| 
						 | 
					@ -2199,6 +2199,12 @@ void FurnaceGUI::initSystemPresets() {
 | 
				
			||||||
      )
 | 
					      )
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
 | 
					  ENTRY(
 | 
				
			||||||
 | 
					    "Irem M92/M107", {
 | 
				
			||||||
 | 
					      CH(DIV_SYSTEM_YM2151, 64, 0, ""),
 | 
				
			||||||
 | 
					      CH(DIV_SYSTEM_GA20, 64, 0, "")
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  );
 | 
				
			||||||
  CATEGORY_END;
 | 
					  CATEGORY_END;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  CATEGORY_BEGIN("DefleMask-compatible","these configurations are compatible with DefleMask.\nselect this if you need to save as .dmf or work with that program.");
 | 
					  CATEGORY_BEGIN("DefleMask-compatible","these configurations are compatible with DefleMask.\nselect this if you need to save as .dmf or work with that program.");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue