Giter VIP home page Giter VIP logo

dsp-emulator's People

dsp-emulator's Issues

Tehkan Worldcup

Sound issues, stop working and bad ADPCM.
Missing Hiscore table graphics

Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 7:32

Error in configure menu on runing emu

Form principal

Crash em opend menu in not loadind rom

procedure TForm1.fConfigurar(Sender: TObject);
begin
if EmuStatus = EsRuning then
  Pausa1Click(nil);

  if addr(llamadas_maquina.configurar) <> nil then
    llamadas_maquina.configurar;
  if EmuStatus = EsPause then // evitar erros de acesso a memoria
    Ejecutar1Click(nil);
end;


procedure TForm1.fConfigurar_general(Sender: TObject);
begin
  if EmuStatus = EsRuning then
    Pausa1Click(nil);

  if MConfig = nil then
    application.CreateForm(TMConfig, MConfig);
  MConfig.Show;
  while MConfig.Active do
    application.HandleMessage;

  if EmuStatus = EsPause then
    Ejecutar1Click(nil);
end;

Original issue reported on code.google.com by [email protected] on 2 Dec 2010 at 4:52

Bubble Bobble

Missing sound, but it's implemented. Myabe a YM2203 bug.

Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 7:33

Error in compile

What steps will reproduce the problem?
1. Open in lazarus lazarus\dsp.lpi
2. Press shift+F9 for build
3. ????
4. PROFIT!!!

What is the expected output? What do you see instead?
> ..\misc\misc_functions.pas(0,0) Fatal: Can not find unit pngimage used by 
misc_functions.

What version of the product are you using? On what operating system?
win7sp1x86, lazarus 1.0.6, fpc 2.6.0

Original issue reported on code.google.com by [email protected] on 6 Apr 2013 at 5:22

Spectrum 48 Border problem

What steps will reproduce the problem?
1.Spectrum 48
2.
3.

What is the expected output? What do you see instead?
Error border line visible

What version of the product are you using? On what operating system?
v-0.12Я5

Please provide any additional information below.
INT correction

Original issue reported on code.google.com by [email protected] on 25 Sep 2012 at 8:18

Attachments:

Error in compile

Error in compile

[DCC Error] z80_dd_cb_sp.pas(29): E2096 Method identifier expected

z80_dd_cb_sp.pas

Line: spec_retraso.retraso(r.pc);

delphi 2010

Original issue reported on code.google.com by [email protected] on 28 Nov 2010 at 10:48

If I press n, o, p, q or semicolon also press some joystick functions

What steps will reproduce the problem?
1.Download the lastest version for Linux 64 bits
2.I need to install libsdl2-mixer-2.0-0 and 
libsdl2-2.0-0_2.0.2+dfsg1-3ubuntu1.1_amd64.deb to run it.

What is the expected output? What do you see instead?
I enclose an image of the emulator after press all letters, numbers and some 
special characters keys.

What version of the product are you using? On what operating system?
dsp_linux64_015b1.zip

Please provide any additional information below.
I use Ubuntu 14.04 LTS 64 bits

Original issue reported on code.google.com by [email protected] on 1 Nov 2014 at 7:45

Attachments:

Amstrad mode 2 shows badly

What steps will reproduce the problem?
1. Run emulator
2. Select Amstrad CPC6128
3. Type mode 2

What is the expected output? What do you see instead?
I enclose an image as I see mode 2

What version of the product are you using? On what operating system?
libsdl2-2.0-0_2.0.2+dfsg1-3ubuntu1.1_amd64.deb
Ubuntu 14.04 LTS 64 bits

Please provide any additional information below.

lspci shows this information about my hardware:

00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller 
(rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor 
PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen 
Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor 
HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series 
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High 
Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI 
Express Root Port #1 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI 
Express Root Port #3 (rev d5)
00:1c.5 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI 
Express Root Port #6 (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation C220 Series Chipset Family H81 Express 
LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 
6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus 
Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] 
(rev a1)
01:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev a1)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 
PCI Express Gigabit Ethernet Controller (rev 06)
04:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter 
(rev 01)


Original issue reported on code.google.com by [email protected] on 1 Nov 2014 at 7:50

Attachments:

Trojan

ADPCM don't work, but it's implemented

Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 7:37

Error in configure menu on runing emu

Form principal

Crash em opend menu in not loadind rom

procedure TForm1.fConfigurar(Sender: TObject);
begin
if EmuStatus = EsRuning then
  Pausa1Click(nil);

  if addr(llamadas_maquina.configurar) <> nil then
    llamadas_maquina.configurar;
  if EmuStatus = EsPause then // evitar erros de acesso a memoria
    Ejecutar1Click(nil);
end;


procedure TForm1.fConfigurar_general(Sender: TObject);
begin
  if EmuStatus = EsRuning then
    Pausa1Click(nil);

  if MConfig = nil then
    application.CreateForm(TMConfig, MConfig);
  MConfig.Show;
  while MConfig.Active do
    application.HandleMessage;

  if EmuStatus = EsPause then
    Ejecutar1Click(nil);
end;

Original issue reported on code.google.com by [email protected] on 2 Dec 2010 at 4:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.