cellAudio updated

cellAudio:
* Change endianness of datatypes.
* Fixed port handling.
* Uninitialize module when restarting.
* Minor syntax fixes.
This commit is contained in:
Alexandro Sánchez Bach 2014-01-10 22:06:22 +01:00
parent 76695a97b9
commit 2506810a2e
3 changed files with 74 additions and 63 deletions

View file

@ -1,6 +1,5 @@
#include "stdafx.h"
#include "MemoryViewer.h"
#include "Emu/Memory/Memory.h"
MemoryViewerPanel::MemoryViewerPanel(wxWindow* parent)
: wxFrame(parent, wxID_ANY, "Memory Viewer", wxDefaultPosition, wxSize(700, 450))