Skip to content

Commit

Permalink
Support for HDAE5000 extension board on Technics KN5000 is temporaril…
Browse files Browse the repository at this point in the history
…y disabled.

Needs further research and debugging as discussed at mamedev#11835 (comment)
  • Loading branch information
felipesanches committed Jul 22, 2024
1 parent 61e9c8c commit 13d05cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mame/technics/kn5000.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
#include "video/pc_vga.h"
#include "kn5000.lh"

#define EXTENSION_VIEW // This needs further debugging to avoid a segfault.
// #define EXTENSION_VIEW
// FIXME: This needs further debugging to avoid a segfault.
// A more detailed description of the problem is available at:
// https://github.com/mamedev/mame/pull/11835#issuecomment-1874728906

class mn89304_vga_device : public svga_device
{
Expand Down

0 comments on commit 13d05cc

Please sign in to comment.